#4C6420

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

Shades of Green Leaf #4C6420

Tints of Green Leaf #4C6420

Color information

#4C6420 (or 0x4C6420) is unknown color: approx Green Leaf. HEX triplet: 4C, 64 and 20. RGB value is (76,100,32). Sum of RGB (Red+Green+Blue) = 76+100+32=208 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.54% from 208); Green value is 100 (39.45% from 255 or 48.08% from 208); Blue value is 32 (12.89% from 255 or 15.38% from 208); Max value from RGB is 100 - color contains mainly: green. Hex color #4C6420 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6420 is #B39BDF. Grayscale: #555555. Windows color (decimal): -11770848 or 2122828. OLE color: 2122828.

HSL color Cylindrical-coordinate representation of color #4C6420: hue angle of 81.18º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C6420 is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.61.

Color convert

RGB7610032-
CMYK0.2400.680.61
HSL81.18º51.52%25.88%-
HSV(B)81.18º68%39.22%-
XYZ7.810.763.03-
YUV85.0798.05121.53-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 36.54%
GREEN value IS 100 (39.45% from 255) = 48.08%
BLUE value IS 32 (12.89% from 255) = 15.38%
R=36.54%
G=48.08%
B=15.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal76100320.2400.680.6181.1851.5225.88
Hex4C6420180443D51341a
Octal11414440300104751216432
Binary100110011001001000001100001000100111101101000111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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