#497412

Color #497412 Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #497412

Tints of Green Leaf #497412

Color information

#497412 (or 0x497412) is unknown color: approx Green Leaf. HEX triplet: 49, 74 and 12. RGB value is (73,116,18). Sum of RGB (Red+Green+Blue) = 73+116+18=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 116 (45.70% from 255 or 56.04% from 207); Blue value is 18 (7.42% from 255 or 8.70% from 207); Max value from RGB is 116 - color contains mainly: green. Hex color #497412 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497412 is #B68BED. Grayscale: #5C5C5C. Windows color (decimal): -11963374 or 1209417. OLE color: 1209417.

HSL color Cylindrical-coordinate representation of color #497412: hue angle of 86.33º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #497412 is Cyan = 0.37, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB7311618-
CMYK0.3700.840.55
HSL86.33º73.13%26.27%-
HSV(B)86.33º84.48%45.49%-
XYZ9.113.952.79-
YUV91.9786.25114.47-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.27%
GREEN value IS 116 (45.70% from 255) = 56.04%
BLUE value IS 18 (7.42% from 255) = 8.70%
R=35.27%
G=56.04%
B=8.70%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73116180.3700.840.5586.3373.1326.27
Hex497412250543756491a
Octal111164224501246712611132
Binary1001001111010010010100101010101001101111010110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497412; }

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

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

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

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

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

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

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

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