#4E710C

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

Shades of Green Leaf #4E710C

Tints of Green Leaf #4E710C

Color information

#4E710C (or 0x4E710C) is unknown color: approx Green Leaf. HEX triplet: 4E, 71 and 0C. RGB value is (78,113,12). Sum of RGB (Red+Green+Blue) = 78+113+12=203 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.42% from 203); Green value is 113 (44.53% from 255 or 55.67% from 203); Blue value is 12 (5.08% from 255 or 5.91% from 203); Max value from RGB is 113 - color contains mainly: green. Hex color #4E710C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E710C is #B18EF3. Grayscale: #5B5B5B. Windows color (decimal): -11636468 or 815438. OLE color: 815438.

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

Color convert

RGB7811312-
CMYK0.3100.890.56
HSL80.79º80.8%24.51%-
HSV(B)80.79º89.38%44.31%-
XYZ9.1113.462.46-
YUV91.0283.4118.71-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 38.42%
GREEN value IS 113 (44.53% from 255) = 55.67%
BLUE value IS 12 (5.08% from 255) = 5.91%
R=38.42%
G=55.67%
B=5.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal78113120.3100.890.5680.7980.824.51
Hex4E71C1F05938515119
Octal116161143701317012112131
Binary10011101110001110011111010110011110001010001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E710C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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