#497306

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

Shades of Green Leaf #497306

Tints of Green Leaf #497306

Color information

#497306 (or 0x497306) is unknown color: approx Green Leaf. HEX triplet: 49, 73 and 06. RGB value is (73,115,6). Sum of RGB (Red+Green+Blue) = 73+115+6=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 115 (45.31% from 255 or 59.28% from 194); Blue value is 6 (2.73% from 255 or 3.09% from 194); Max value from RGB is 115 - color contains mainly: green. Hex color #497306 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497306 is #B68CF9. Grayscale: #5A5A5A. Windows color (decimal): -11963642 or 422729. OLE color: 422729.

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

Color convert

RGB731156-
CMYK0.3700.950.55
HSL83.12º90.08%23.73%-
HSV(B)83.12º94.78%45.1%-
XYZ8.9113.692.35-
YUV90.0280.59115.86-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.63%
GREEN value IS 115 (45.31% from 255) = 59.28%
BLUE value IS 6 (2.73% from 255) = 3.09%
R=37.63%
G=59.28%
B=3.09%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7311560.3700.950.5583.1290.0823.73
Hex497362505F37535a18
Octal11116364501376712313230
Binary10010011110011110100101010111111101111010011101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497306; }

 p { color: rgb(73,115,6); }

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

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

 a { background-color: rgb(73,115,6); }

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

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

 span { border-color: rgb(73,115,6); }

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