#497718

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

Shades of Green Leaf #497718

Tints of Green Leaf #497718

Color information

#497718 (or 0x497718) is unknown color: approx Green Leaf. HEX triplet: 49, 77 and 18. RGB value is (73,119,24). Sum of RGB (Red+Green+Blue) = 73+119+24=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 119 (46.88% from 255 or 55.09% from 216); Blue value is 24 (9.77% from 255 or 11.11% from 216); Max value from RGB is 119 - color contains mainly: green. Hex color #497718 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497718 is #B688E7. Grayscale: #5E5E5E. Windows color (decimal): -11962600 or 1603401. OLE color: 1603401.

HSL color Cylindrical-coordinate representation of color #497718: hue angle of 89.05º degrees, saturation: 0.66, 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 #497718 is Cyan = 0.39, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.53.

Color convert

RGB7311924-
CMYK0.3900.800.53
HSL89.05º66.43%28.04%-
HSV(B)89.05º79.83%46.67%-
XYZ9.5114.683.2-
YUV94.4288.26112.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.80%
GREEN value IS 119 (46.88% from 255) = 55.09%
BLUE value IS 24 (9.77% from 255) = 11.11%
R=33.80%
G=55.09%
B=11.11%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73119240.3900.800.5389.0566.4328.04
Hex497718270503559421c
Octal111167304701206513110234
Binary1001001111011111000100111010100001101011011001100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497718; }

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

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

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

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

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

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

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

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