#4C6920

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

Shades of Green Leaf #4C6920

Tints of Green Leaf #4C6920

Color information

#4C6920 (or 0x4C6920) is unknown color: approx Green Leaf. HEX triplet: 4C, 69 and 20. RGB value is (76,105,32). Sum of RGB (Red+Green+Blue) = 76+105+32=213 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.68% from 213); Green value is 105 (41.41% from 255 or 49.30% from 213); Blue value is 32 (12.89% from 255 or 15.02% from 213); Max value from RGB is 105 - color contains mainly: green. Hex color #4C6920 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6920 is #B396DF. Grayscale: #585858. Windows color (decimal): -11769568 or 2124108. OLE color: 2124108.

HSL color Cylindrical-coordinate representation of color #4C6920: hue angle of 83.84º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C6920 is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB7610532-
CMYK0.2800.700.59
HSL83.84º53.28%26.86%-
HSV(B)83.84º69.52%41.18%-
XYZ8.2911.743.2-
YUV88.0196.39119.44-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 35.68%
GREEN value IS 105 (41.41% from 255) = 49.30%
BLUE value IS 32 (12.89% from 255) = 15.02%
R=35.68%
G=49.30%
B=15.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal76105320.2800.700.5983.8453.2826.86
Hex4C69201C0463B54351b
Octal11415140340106731246533
Binary100110011010011000001110001000110111011101010011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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