#499616

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

Shades of La Palma #499616

Tints of La Palma #499616

Color information

#499616 (or 0x499616) is unknown color: approx La Palma. HEX triplet: 49, 96 and 16. RGB value is (73,150,22). Sum of RGB (Red+Green+Blue) = 73+150+22=245 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.80% from 245); Green value is 150 (58.98% from 255 or 61.22% from 245); Blue value is 22 (8.98% from 255 or 8.98% from 245); Max value from RGB is 150 - color contains mainly: green. Hex color #499616 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499616 is #B669E9. Grayscale: #707070. Windows color (decimal): -11954666 or 1480265. OLE color: 1480265.

HSL color Cylindrical-coordinate representation of color #499616: hue angle of 96.09º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #499616 is Cyan = 0.51, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB7315022-
CMYK0.5100.850.41
HSL96.09º74.42%33.73%-
HSV(B)96.09º85.33%58.82%-
XYZ13.823.294.53-
YUV112.3876.9999.91-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.80%
GREEN value IS 150 (58.98% from 255) = 61.22%
BLUE value IS 22 (8.98% from 255) = 8.98%
R=29.80%
G=61.22%
B=8.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal73150220.5100.850.4196.0974.4233.73
Hex4996163305529604a22
Octal111226266301255114011242
Binary100100110010110101101100110101010110100111000001001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499616; }

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

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

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

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

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

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

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

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