#4C6D20

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

Shades of Green Leaf #4C6D20

Tints of Green Leaf #4C6D20

Color information

#4C6D20 (or 0x4C6D20) is unknown color: approx Green Leaf. HEX triplet: 4C, 6D and 20. RGB value is (76,109,32). Sum of RGB (Red+Green+Blue) = 76+109+32=217 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.02% from 217); Green value is 109 (42.97% from 255 or 50.23% from 217); Blue value is 32 (12.89% from 255 or 14.75% from 217); Max value from RGB is 109 - color contains mainly: green. Hex color #4C6D20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6D20 is #B392DF. Grayscale: #5A5A5A. Windows color (decimal): -11768544 or 2125132. OLE color: 2125132.

HSL color Cylindrical-coordinate representation of color #4C6D20: hue angle of 85.71º 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 #4C6D20 is Cyan = 0.30, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.57.

Color convert

RGB7610932-
CMYK0.3000.710.57
HSL85.71º54.61%27.65%-
HSV(B)85.71º70.64%42.75%-
XYZ8.7112.583.34-
YUV90.3595.07117.76-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 35.02%
GREEN value IS 109 (42.97% from 255) = 50.23%
BLUE value IS 32 (12.89% from 255) = 14.75%
R=35.02%
G=50.23%
B=14.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal76109320.3000.710.5785.7154.6127.65
Hex4C6D201E0473956371c
Octal11415540360107711266734
Binary100110011011011000001111001000111111001101011011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C6D20; }

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

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

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

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

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

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

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

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