#497608

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

Shades of Green Leaf #497608

Tints of Green Leaf #497608

Color information

#497608 (or 0x497608) is unknown color: approx Green Leaf. HEX triplet: 49, 76 and 08. RGB value is (73,118,8). Sum of RGB (Red+Green+Blue) = 73+118+8=199 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.68% from 199); Green value is 118 (46.48% from 255 or 59.30% from 199); Blue value is 8 (3.52% from 255 or 4.02% from 199); Max value from RGB is 118 - color contains mainly: green. Hex color #497608 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497608 is #B689F7. Grayscale: #5C5C5C. Windows color (decimal): -11962872 or 554569. OLE color: 554569.

HSL color Cylindrical-coordinate representation of color #497608: hue angle of 84.55º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #497608 is Cyan = 0.38, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB731188-
CMYK0.3800.930.54
HSL84.55º87.3%24.71%-
HSV(B)84.55º93.22%46.27%-
XYZ9.2714.392.52-
YUV9280.59114.44-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.68%
GREEN value IS 118 (46.48% from 255) = 59.30%
BLUE value IS 8 (3.52% from 255) = 4.02%
R=36.68%
G=59.30%
B=4.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7311880.3800.930.5484.5587.324.71
Hex497682605D36555719
Octal111166104601356612512731
Binary100100111101101000100110010111011101101010101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497608; }

 p { color: rgb(73,118,8); }

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

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

 a { background-color: rgb(73,118,8); }

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

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

 span { border-color: rgb(73,118,8); }

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