#449A0F

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

Shades of La Palma #449A0F

Tints of La Palma #449A0F

Color information

#449A0F (or 0x449A0F) is unknown color: approx La Palma. HEX triplet: 44, 9A and 0F. RGB value is (68,154,15). Sum of RGB (Red+Green+Blue) = 68+154+15=237 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.69% from 237); Green value is 154 (60.55% from 255 or 64.98% from 237); Blue value is 15 (6.25% from 255 or 6.33% from 237); Max value from RGB is 154 - color contains mainly: green. Hex color #449A0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #449A0F is #BB65F0. Grayscale: #707070. Windows color (decimal): -12281329 or 1022532. OLE color: 1022532.

HSL color Cylindrical-coordinate representation of color #449A0F: hue angle of 97.12º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #449A0F is Cyan = 0.56, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB6815415-
CMYK0.5600.900.40
HSL97.12º82.25%33.14%-
HSV(B)97.12º90.26%60.39%-
XYZ14.0324.374.42-
YUV112.4473.0196.3-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.69%
GREEN value IS 154 (60.55% from 255) = 64.98%
BLUE value IS 15 (6.25% from 255) = 6.33%
R=28.69%
G=64.98%
B=6.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal68154150.5600.900.4097.1282.2533.14
Hex449AF3805A28615221
Octal104232177001325014112241
Binary10001001001101011111110000101101010100011000011010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449A0F; }

 p { color: rgb(68,154,15); }

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

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

 a { background-color: rgb(68,154,15); }

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

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

 span { border-color: rgb(68,154,15); }

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