#497614

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

Shades of Green Leaf #497614

Tints of Green Leaf #497614

Color information

#497614 (or 0x497614) is unknown color: approx Green Leaf. HEX triplet: 49, 76 and 14. RGB value is (73,118,20). Sum of RGB (Red+Green+Blue) = 73+118+20=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 118 (46.48% from 255 or 55.92% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 118 - color contains mainly: green. Hex color #497614 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497614 is #B689EB. Grayscale: #5D5D5D. Windows color (decimal): -11962860 or 1341001. OLE color: 1341001.

HSL color Cylindrical-coordinate representation of color #497614: hue angle of 87.55º 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 #497614 is Cyan = 0.38, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB7311820-
CMYK0.3800.830.54
HSL87.55º71.01%27.06%-
HSV(B)87.55º83.05%46.27%-
XYZ9.3514.422.95-
YUV93.3786.59113.47-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.60%
GREEN value IS 118 (46.48% from 255) = 55.92%
BLUE value IS 20 (8.20% from 255) = 9.48%
R=34.60%
G=55.92%
B=9.48%

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
Decimal73118200.3800.830.5487.5571.0127.06
Hex497614260533658471b
Octal111166244601236613010733
Binary1001001111011010100100110010100111101101011000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497614; }

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

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

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

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

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

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

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

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