#497514

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

Shades of Green Leaf #497514

Tints of Green Leaf #497514

Color information

#497514 (or 0x497514) is unknown color: approx Green Leaf. HEX triplet: 49, 75 and 14. RGB value is (73,117,20). Sum of RGB (Red+Green+Blue) = 73+117+20=210 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.76% from 210); Green value is 117 (46.09% from 255 or 55.71% from 210); Blue value is 20 (8.20% from 255 or 9.52% from 210); Max value from RGB is 117 - color contains mainly: green. Hex color #497514 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497514 is #B68AEB. Grayscale: #5D5D5D. Windows color (decimal): -11963116 or 1340745. OLE color: 1340745.

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

Color convert

RGB7311720-
CMYK0.3800.830.54
HSL87.22º70.8%26.86%-
HSV(B)87.22º82.91%45.88%-
XYZ9.2414.192.91-
YUV92.7986.92113.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.76%
GREEN value IS 117 (46.09% from 255) = 55.71%
BLUE value IS 20 (8.20% from 255) = 9.52%
R=34.76%
G=55.71%
B=9.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73117200.3800.830.5487.2270.826.86
Hex497514260533657471b
Octal111165244601236612710733
Binary1001001111010110100100110010100111101101010111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497514; }

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

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

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

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

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

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

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

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