#476B11

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

Shades of Green Leaf #476B11

Tints of Green Leaf #476B11

Color information

#476B11 (or 0x476B11) is unknown color: approx Green Leaf. HEX triplet: 47, 6B and 11. RGB value is (71,107,17). Sum of RGB (Red+Green+Blue) = 71+107+17=195 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.41% from 195); Green value is 107 (42.19% from 255 or 54.87% from 195); Blue value is 17 (7.03% from 255 or 8.72% from 195); Max value from RGB is 107 - color contains mainly: green. Hex color #476B11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476B11 is #B894EE. Grayscale: #565656. Windows color (decimal): -12096751 or 1141575. OLE color: 1141575.

HSL color Cylindrical-coordinate representation of color #476B11: hue angle of 84º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #476B11 is Cyan = 0.34, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.58.

Color convert

RGB7110717-
CMYK0.3400.840.58
HSL84º72.58%24.31%-
HSV(B)84º84.11%41.96%-
XYZ7.9611.92.41-
YUV85.9889.07117.32-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.41%
GREEN value IS 107 (42.19% from 255) = 54.87%
BLUE value IS 17 (7.03% from 255) = 8.72%
R=36.41%
G=54.87%
B=8.72%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal71107170.3400.840.588472.5824.31
Hex476B11220543A544918
Octal107153214201247212411130
Binary1000111110101110001100010010101001110101010100100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476B11; }

 p { color: rgb(71,107,17); }

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

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

 a { background-color: rgb(71,107,17); }

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

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

 span { border-color: rgb(71,107,17); }

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