#497818

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

Shades of Green Leaf #497818

Tints of Green Leaf #497818

Color information

#497818 (or 0x497818) is unknown color: approx Green Leaf. HEX triplet: 49, 78 and 18. RGB value is (73,120,24). Sum of RGB (Red+Green+Blue) = 73+120+24=217 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.64% from 217); Green value is 120 (47.27% from 255 or 55.30% from 217); Blue value is 24 (9.77% from 255 or 11.06% from 217); Max value from RGB is 120 - color contains mainly: green. Hex color #497818 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497818 is #B687E7. Grayscale: #5F5F5F. Windows color (decimal): -11962344 or 1603657. OLE color: 1603657.

HSL color Cylindrical-coordinate representation of color #497818: hue angle of 89.38º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #497818 is Cyan = 0.39, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.53.

Color convert

RGB7312024-
CMYK0.3900.80.53
HSL89.38º66.67%28.24%-
HSV(B)89.38º80%47.06%-
XYZ9.6314.923.24-
YUV9587.93112.31-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.64%
GREEN value IS 120 (47.27% from 255) = 55.30%
BLUE value IS 24 (9.77% from 255) = 11.06%
R=33.64%
G=55.30%
B=11.06%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73120240.3900.80.5389.3866.6728.24
Hex497818270503559431c
Octal111170304701206513110334
Binary1001001111100011000100111010100001101011011001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497818; }

 p { color: rgb(73,120,24); }

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

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

 a { background-color: rgb(73,120,24); }

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

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

 span { border-color: rgb(73,120,24); }

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