#497513

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

Shades of Green Leaf #497513

Tints of Green Leaf #497513

Color information

#497513 (or 0x497513) is unknown color: approx Green Leaf. HEX triplet: 49, 75 and 13. RGB value is (73,117,19). Sum of RGB (Red+Green+Blue) = 73+117+19=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 117 (46.09% from 255 or 55.98% from 209); Blue value is 19 (7.81% from 255 or 9.09% from 209); Max value from RGB is 117 - color contains mainly: green. Hex color #497513 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497513 is #B68AEC. Grayscale: #5D5D5D. Windows color (decimal): -11963117 or 1275209. OLE color: 1275209.

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

Color convert

RGB7311719-
CMYK0.3800.840.54
HSL86.94º72.06%26.67%-
HSV(B)86.94º83.76%45.88%-
XYZ9.2314.192.87-
YUV92.6786.42113.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.93%
GREEN value IS 117 (46.09% from 255) = 55.98%
BLUE value IS 19 (7.81% from 255) = 9.09%
R=34.93%
G=55.98%
B=9.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73117190.3800.840.5486.9472.0626.67
Hex497513260543657481b
Octal111165234601246612711033
Binary1001001111010110011100110010101001101101010111100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497513; }

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

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

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

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

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

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

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

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