#4E7D20

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

Shades of Green Leaf #4E7D20

Tints of Green Leaf #4E7D20

Color information

#4E7D20 (or 0x4E7D20) is unknown color: approx Green Leaf. HEX triplet: 4E, 7D and 20. RGB value is (78,125,32). Sum of RGB (Red+Green+Blue) = 78+125+32=235 (31% of max value = 765). Red value is 78 (30.86% from 255 or 33.19% from 235); Green value is 125 (49.22% from 255 or 53.19% from 235); Blue value is 32 (12.89% from 255 or 13.62% from 235); Max value from RGB is 125 - color contains mainly: green. Hex color #4E7D20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E7D20 is #B182DF. Grayscale: #646464. Windows color (decimal): -11633376 or 2129230. OLE color: 2129230.

HSL color Cylindrical-coordinate representation of color #4E7D20: hue angle of 90.32º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4E7D20 is Cyan = 0.38, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.51.

Color convert

RGB7812532-
CMYK0.3800.740.51
HSL90.32º59.24%30.78%-
HSV(B)90.32º74.4%49.02%-
XYZ10.7416.393.96-
YUV100.3489.43112.06-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 33.19%
GREEN value IS 125 (49.22% from 255) = 53.19%
BLUE value IS 32 (12.89% from 255) = 13.62%
R=33.19%
G=53.19%
B=13.62%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal78125320.3800.740.5190.3259.2430.78
Hex4E7D202604A335a3b1f
Octal11617540460112631327337
Binary1001110111110110000010011001001010110011101101011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,125,32); }

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

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

 a { background-color: rgb(78,125,32); }

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

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

 span { border-color: rgb(78,125,32); }

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