#497113

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

Shades of Green Leaf #497113

Tints of Green Leaf #497113

Color information

#497113 (or 0x497113) is unknown color: approx Green Leaf. HEX triplet: 49, 71 and 13. RGB value is (73,113,19). Sum of RGB (Red+Green+Blue) = 73+113+19=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 113 (44.53% from 255 or 55.12% from 205); Blue value is 19 (7.81% from 255 or 9.27% from 205); Max value from RGB is 113 - color contains mainly: green. Hex color #497113 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497113 is #B68EEC. Grayscale: #5A5A5A. Windows color (decimal): -11964141 or 1274185. OLE color: 1274185.

HSL color Cylindrical-coordinate representation of color #497113: hue angle of 85.53º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #497113 is Cyan = 0.35, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB7311319-
CMYK0.3500.830.56
HSL85.53º71.21%25.88%-
HSV(B)85.53º83.19%44.31%-
XYZ8.7713.272.72-
YUV90.3287.75115.64-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.61%
GREEN value IS 113 (44.53% from 255) = 55.12%
BLUE value IS 19 (7.81% from 255) = 9.27%
R=35.61%
G=55.12%
B=9.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73113190.3500.830.5685.5371.2125.88
Hex497113230533856471a
Octal111161234301237012610732
Binary1001001111000110011100011010100111110001010110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497113; }

 p { color: rgb(73,113,19); }

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

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

 a { background-color: rgb(73,113,19); }

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

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

 span { border-color: rgb(73,113,19); }

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