#449C16

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

Shades of La Palma #449C16

Tints of La Palma #449C16

Color information

#449C16 (or 0x449C16) is unknown color: approx La Palma. HEX triplet: 44, 9C and 16. RGB value is (68,156,22). Sum of RGB (Red+Green+Blue) = 68+156+22=246 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.64% from 246); Green value is 156 (61.33% from 255 or 63.41% from 246); Blue value is 22 (8.98% from 255 or 8.94% from 246); Max value from RGB is 156 - color contains mainly: green. Hex color #449C16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #449C16 is #BB63E9. Grayscale: #727272. Windows color (decimal): -12280810 or 1481796. OLE color: 1481796.

HSL color Cylindrical-coordinate representation of color #449C16: hue angle of 99.4º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #449C16 is Cyan = 0.56, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.39.

Color convert

RGB6815622-
CMYK0.5600.860.39
HSL99.4º75.28%34.9%-
HSV(B)99.4º85.9%61.18%-
XYZ14.4225.064.84-
YUV114.4175.8594.9-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.64%
GREEN value IS 156 (61.33% from 255) = 63.41%
BLUE value IS 22 (8.98% from 255) = 8.94%
R=27.64%
G=63.41%
B=8.94%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal68156220.5600.860.3999.475.2834.9
Hex449C163805627634b23
Octal104234267001264714311343
Binary100010010011100101101110000101011010011111000111001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,156,22); }

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

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

 a { background-color: rgb(68,156,22); }

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

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

 span { border-color: rgb(68,156,22); }

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