#476D20

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

Shades of Green Leaf #476D20

Tints of Green Leaf #476D20

Color information

#476D20 (or 0x476D20) is unknown color: approx Green Leaf. HEX triplet: 47, 6D and 20. RGB value is (71,109,32). Sum of RGB (Red+Green+Blue) = 71+109+32=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 109 (42.97% from 255 or 51.42% from 212); Blue value is 32 (12.89% from 255 or 15.09% from 212); Max value from RGB is 109 - color contains mainly: green. Hex color #476D20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476D20 is #B892DF. Grayscale: #595959. Windows color (decimal): -12096224 or 2125127. OLE color: 2125127.

HSL color Cylindrical-coordinate representation of color #476D20: hue angle of 89.61º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #476D20 is Cyan = 0.35, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.57.

Color convert

RGB7110932-
CMYK0.3500.710.57
HSL89.61º54.61%27.65%-
HSV(B)89.61º70.64%42.75%-
XYZ8.3312.383.32-
YUV88.8695.91115.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.49%
GREEN value IS 109 (42.97% from 255) = 51.42%
BLUE value IS 32 (12.89% from 255) = 15.09%
R=33.49%
G=51.42%
B=15.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal71109320.3500.710.5789.6154.6127.65
Hex476D2023047395a371c
Octal10715540430107711326734
Binary1000111110110110000010001101000111111001101101011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,109,32); }

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

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

 a { background-color: rgb(71,109,32); }

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

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

 span { border-color: rgb(71,109,32); }

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