#499012

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

Shades of La Palma #499012

Tints of La Palma #499012

Color information

#499012 (or 0x499012) is unknown color: approx La Palma. HEX triplet: 49, 90 and 12. RGB value is (73,144,18). Sum of RGB (Red+Green+Blue) = 73+144+18=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 144 (56.64% from 255 or 61.28% from 235); Blue value is 18 (7.42% from 255 or 7.66% from 235); Max value from RGB is 144 - color contains mainly: green. Hex color #499012 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499012 is #B66FED. Grayscale: #6C6C6C. Windows color (decimal): -11956206 or 1216585. OLE color: 1216585.

HSL color Cylindrical-coordinate representation of color #499012: hue angle of 93.81º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #499012 is Cyan = 0.49, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB7314418-
CMYK0.4900.880.44
HSL93.81º77.78%31.76%-
HSV(B)93.81º87.5%56.47%-
XYZ12.8321.414.03-
YUV108.4176.98102.75-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.06%
GREEN value IS 144 (56.64% from 255) = 61.28%
BLUE value IS 18 (7.42% from 255) = 7.66%
R=31.06%
G=61.28%
B=7.66%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal73144180.4900.880.4493.8177.7831.76
Hex499012310582C5e4e20
Octal111220226101305413611640
Binary100100110010000100101100010101100010110010111101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499012; }

 p { color: rgb(73,144,18); }

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

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

 a { background-color: rgb(73,144,18); }

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

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

 span { border-color: rgb(73,144,18); }

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