#4E7914

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

Shades of Green Leaf #4E7914

Tints of Green Leaf #4E7914

Color information

#4E7914 (or 0x4E7914) is unknown color: approx Green Leaf. HEX triplet: 4E, 79 and 14. RGB value is (78,121,20). Sum of RGB (Red+Green+Blue) = 78+121+20=219 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.62% from 219); Green value is 121 (47.66% from 255 or 55.25% from 219); Blue value is 20 (8.20% from 255 or 9.13% from 219); Max value from RGB is 121 - color contains mainly: green. Hex color #4E7914 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E7914 is #B186EB. Grayscale: #606060. Windows color (decimal): -11634412 or 1341774. OLE color: 1341774.

HSL color Cylindrical-coordinate representation of color #4E7914: hue angle of 85.54º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4E7914 is Cyan = 0.36, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB7812120-
CMYK0.3600.830.53
HSL85.54º71.63%27.65%-
HSV(B)85.54º83.47%47.45%-
XYZ10.1115.343.09-
YUV96.6384.75114.71-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 35.62%
GREEN value IS 121 (47.66% from 255) = 55.25%
BLUE value IS 20 (8.20% from 255) = 9.13%
R=35.62%
G=55.25%
B=9.13%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal78121200.3600.830.5385.5471.6327.65
Hex4E7914240533556481c
Octal116171244401236512611034
Binary1001110111100110100100100010100111101011010110100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,121,20); }

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

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

 a { background-color: rgb(78,121,20); }

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

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

 span { border-color: rgb(78,121,20); }

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