#499C16

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

Shades of La Palma #499C16

Tints of La Palma #499C16

Color information

#499C16 (or 0x499C16) is unknown color: approx La Palma. HEX triplet: 49, 9C and 16. RGB value is (73,156,22). Sum of RGB (Red+Green+Blue) = 73+156+22=251 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.08% from 251); Green value is 156 (61.33% from 255 or 62.15% from 251); Blue value is 22 (8.98% from 255 or 8.76% from 251); Max value from RGB is 156 - color contains mainly: green. Hex color #499C16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499C16 is #B663E9. Grayscale: #747474. Windows color (decimal): -11953130 or 1481801. OLE color: 1481801.

HSL color Cylindrical-coordinate representation of color #499C16: hue angle of 97.16º 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 #499C16 is Cyan = 0.53, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.39.

Color convert

RGB7315622-
CMYK0.5300.860.39
HSL97.16º75.28%34.9%-
HSV(B)97.16º85.9%61.18%-
XYZ14.7825.254.85-
YUV115.917597.4-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.08%
GREEN value IS 156 (61.33% from 255) = 62.15%
BLUE value IS 22 (8.98% from 255) = 8.76%
R=29.08%
G=62.15%
B=8.76%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal73156220.5300.860.3997.1675.2834.9
Hex499C163505627614b23
Octal111234266501264714111343
Binary100100110011100101101101010101011010011111000011001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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