#497710

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

Shades of Green Leaf #497710

Tints of Green Leaf #497710

Color information

#497710 (or 0x497710) is unknown color: approx Green Leaf. HEX triplet: 49, 77 and 10. RGB value is (73,119,16). Sum of RGB (Red+Green+Blue) = 73+119+16=208 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.10% from 208); Green value is 119 (46.88% from 255 or 57.21% from 208); Blue value is 16 (6.64% from 255 or 7.69% from 208); Max value from RGB is 119 - color contains mainly: green. Hex color #497710 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497710 is #B688EF. Grayscale: #5D5D5D. Windows color (decimal): -11962608 or 1079113. OLE color: 1079113.

HSL color Cylindrical-coordinate representation of color #497710: hue angle of 86.8º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #497710 is Cyan = 0.39, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB7311916-
CMYK0.3900.870.53
HSL86.8º76.3%26.47%-
HSV(B)86.8º86.55%46.67%-
XYZ9.4414.652.82-
YUV93.584.26113.38-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.10%
GREEN value IS 119 (46.88% from 255) = 57.21%
BLUE value IS 16 (6.64% from 255) = 7.69%
R=35.10%
G=57.21%
B=7.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73119160.3900.870.5386.876.326.47
Hex4977102705735574c1a
Octal111167204701276512711432
Binary1001001111011110000100111010101111101011010111100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497710; }

 p { color: rgb(73,119,16); }

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

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

 a { background-color: rgb(73,119,16); }

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

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

 span { border-color: rgb(73,119,16); }

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