#497111

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

Shades of Green Leaf #497111

Tints of Green Leaf #497111

Color information

#497111 (or 0x497111) is unknown color: approx Green Leaf. HEX triplet: 49, 71 and 11. RGB value is (73,113,17). Sum of RGB (Red+Green+Blue) = 73+113+17=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 113 (44.53% from 255 or 55.67% from 203); Blue value is 17 (7.03% from 255 or 8.37% from 203); Max value from RGB is 113 - color contains mainly: green. Hex color #497111 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497111 is #B68EEE. Grayscale: #5A5A5A. Windows color (decimal): -11964143 or 1143113. OLE color: 1143113.

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

Color convert

RGB7311317-
CMYK0.3500.850.56
HSL85º73.85%25.49%-
HSV(B)85º84.96%44.31%-
XYZ8.7513.272.63-
YUV90.186.75115.81-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.96%
GREEN value IS 113 (44.53% from 255) = 55.67%
BLUE value IS 17 (7.03% from 255) = 8.37%
R=35.96%
G=55.67%
B=8.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73113170.3500.850.568573.8525.49
Hex4971112305538554a19
Octal111161214301257012511231
Binary1001001111000110001100011010101011110001010101100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497111; }

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

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

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

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

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

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

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

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