#4E710E

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

Shades of Green Leaf #4E710E

Tints of Green Leaf #4E710E

Color information

#4E710E (or 0x4E710E) is unknown color: approx Green Leaf. HEX triplet: 4E, 71 and 0E. RGB value is (78,113,14). Sum of RGB (Red+Green+Blue) = 78+113+14=205 (27% of max value = 765). Red value is 78 (30.86% from 255 or 38.05% from 205); Green value is 113 (44.53% from 255 or 55.12% from 205); Blue value is 14 (5.86% from 255 or 6.83% from 205); Max value from RGB is 113 - color contains mainly: green. Hex color #4E710E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E710E is #B18EF1. Grayscale: #5B5B5B. Windows color (decimal): -11636466 or 946510. OLE color: 946510.

HSL color Cylindrical-coordinate representation of color #4E710E: hue angle of 81.21º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4E710E is Cyan = 0.31, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB7811314-
CMYK0.3100.880.56
HSL81.21º77.95%24.9%-
HSV(B)81.21º87.61%44.31%-
XYZ9.1313.462.53-
YUV91.2584.4118.55-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 38.05%
GREEN value IS 113 (44.53% from 255) = 55.12%
BLUE value IS 14 (5.86% from 255) = 6.83%
R=38.05%
G=55.12%
B=6.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal78113140.3100.880.5681.2177.9524.9
Hex4E71E1F05838514e19
Octal116161163701307012111631
Binary10011101110001111011111010110001110001010001100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E710E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,113,14); }

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

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

 a { background-color: rgb(78,113,14); }

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

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

 span { border-color: rgb(78,113,14); }

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