#4E7D0F

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

Shades of Green Leaf #4E7D0F

Tints of Green Leaf #4E7D0F

Color information

#4E7D0F (or 0x4E7D0F) is unknown color: approx Green Leaf. HEX triplet: 4E, 7D and 0F. RGB value is (78,125,15). Sum of RGB (Red+Green+Blue) = 78+125+15=218 (28% of max value = 765). Red value is 78 (30.86% from 255 or 35.78% from 218); Green value is 125 (49.22% from 255 or 57.34% from 218); Blue value is 15 (6.25% from 255 or 6.88% from 218); Max value from RGB is 125 - color contains mainly: green. Hex color #4E7D0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E7D0F is #B182F0. Grayscale: #626262. Windows color (decimal): -11633393 or 1015118. OLE color: 1015118.

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

Color convert

RGB7812515-
CMYK0.3800.880.51
HSL85.64º78.57%27.45%-
HSV(B)85.64º88%49.02%-
XYZ10.5616.323.05-
YUV98.4180.93113.44-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 35.78%
GREEN value IS 125 (49.22% from 255) = 57.34%
BLUE value IS 15 (6.25% from 255) = 6.88%
R=35.78%
G=57.34%
B=6.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal78125150.3800.880.5185.6478.5727.45
Hex4E7DF2605833564f1b
Octal116175174601306312611733
Binary100111011111011111100110010110001100111010110100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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