#4E760E

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

Shades of Green Leaf #4E760E

Tints of Green Leaf #4E760E

Color information

#4E760E (or 0x4E760E) is unknown color: approx Green Leaf. HEX triplet: 4E, 76 and 0E. RGB value is (78,118,14). Sum of RGB (Red+Green+Blue) = 78+118+14=210 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.14% from 210); Green value is 118 (46.48% from 255 or 56.19% from 210); Blue value is 14 (5.86% from 255 or 6.67% from 210); Max value from RGB is 118 - color contains mainly: green. Hex color #4E760E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E760E is #B189F1. Grayscale: #5E5E5E. Windows color (decimal): -11635186 or 947790. OLE color: 947790.

HSL color Cylindrical-coordinate representation of color #4E760E: hue angle of 83.08º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4E760E is Cyan = 0.34, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.54.

Color convert

RGB7811814-
CMYK0.3400.880.54
HSL83.08º78.79%25.88%-
HSV(B)83.08º88.14%46.27%-
XYZ9.714.612.72-
YUV94.1882.75116.46-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 37.14%
GREEN value IS 118 (46.48% from 255) = 56.19%
BLUE value IS 14 (5.86% from 255) = 6.67%
R=37.14%
G=56.19%
B=6.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal78118140.3400.880.5483.0878.7925.88
Hex4E76E2205836534f1a
Octal116166164201306612311732
Binary100111011101101110100010010110001101101010011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E760E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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