#449225

Color #449225 La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #449225

Tints of La Palma #449225

Color information

#449225 (or 0x449225) is unknown color: approx La Palma. HEX triplet: 44, 92 and 25. RGB value is (68,146,37). Sum of RGB (Red+Green+Blue) = 68+146+37=251 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.09% from 251); Green value is 146 (57.42% from 255 or 58.17% from 251); Blue value is 37 (14.84% from 255 or 14.74% from 251); Max value from RGB is 146 - color contains mainly: green. Hex color #449225 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449225 is #BB6DDA. Grayscale: #6E6E6E. Windows color (decimal): -12283355 or 2462276. OLE color: 2462276.

HSL color Cylindrical-coordinate representation of color #449225: hue angle of 102.94º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #449225 is Cyan = 0.53, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.43.

Color convert

RGB6814637-
CMYK0.5300.750.43
HSL102.94º59.56%35.88%-
HSV(B)102.94º74.66%57.25%-
XYZ1321.925.3-
YUV110.2586.6697.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 68 (26.95% from 255) = 27.09%
GREEN value IS 146 (57.42% from 255) = 58.17%
BLUE value IS 37 (14.84% from 255) = 14.74%
R=27.09%
G=58.17%
B=14.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal68146370.5300.750.43102.9459.5635.88
Hex4492253504B2B673c24
Octal10422245650113531477444
Binary100010010010010100101110101010010111010111100111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449225; }

 p { color: rgb(68,146,37); }

 H1.HeaderClassName
 {
   color: #449225;
 }
 .AnyTagClassName
 {
   color: #449225;
 }
</style>
background-color css

<style>
 a { background-color: #449225; }

 a { background-color: rgb(68,146,37); }

 div.DivClassName
 {
   background-color: #449225;
 }
 .BgClassName
 {
   background-color: #449225;
 }
</style>
border-color css

<style>
 span { border-color: #449225; }

 span { border-color: rgb(68,146,37); }

 td.TdClassName
 {
   border-color: #449225;
 }
 .TagClassName
 {
   border-color: #449225;
 }
</style>