#497210

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

Shades of Green Leaf #497210

Tints of Green Leaf #497210

Color information

#497210 (or 0x497210) is unknown color: approx Green Leaf. HEX triplet: 49, 72 and 10. RGB value is (73,114,16). Sum of RGB (Red+Green+Blue) = 73+114+16=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 114 (44.92% from 255 or 56.16% from 203); Blue value is 16 (6.64% from 255 or 7.88% from 203); Max value from RGB is 114 - color contains mainly: green. Hex color #497210 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497210 is #B68DEF. Grayscale: #5A5A5A. Windows color (decimal): -11963888 or 1077833. OLE color: 1077833.

HSL color Cylindrical-coordinate representation of color #497210: hue angle of 85.1º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #497210 is Cyan = 0.36, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB7311416-
CMYK0.3600.860.55
HSL85.1º75.38%25.49%-
HSV(B)85.1º85.96%44.71%-
XYZ8.8613.492.63-
YUV90.5785.92115.47-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.96%
GREEN value IS 114 (44.92% from 255) = 56.16%
BLUE value IS 16 (6.64% from 255) = 7.88%
R=35.96%
G=56.16%
B=7.88%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73114160.3600.860.5585.175.3825.49
Hex4972102405637554b19
Octal111162204401266712511331
Binary1001001111001010000100100010101101101111010101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497210; }

 p { color: rgb(73,114,16); }

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

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

 a { background-color: rgb(73,114,16); }

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

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

 span { border-color: rgb(73,114,16); }

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