#4E7614

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

Shades of Green Leaf #4E7614

Tints of Green Leaf #4E7614

Color information

#4E7614 (or 0x4E7614) is unknown color: approx Green Leaf. HEX triplet: 4E, 76 and 14. RGB value is (78,118,20). Sum of RGB (Red+Green+Blue) = 78+118+20=216 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.11% from 216); Green value is 118 (46.48% from 255 or 54.63% from 216); Blue value is 20 (8.20% from 255 or 9.26% from 216); Max value from RGB is 118 - color contains mainly: green. Hex color #4E7614 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E7614 is #B189EB. Grayscale: #5F5F5F. Windows color (decimal): -11635180 or 1341006. OLE color: 1341006.

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

Color convert

RGB7811820-
CMYK0.3400.830.54
HSL84.49º71.01%27.06%-
HSV(B)84.49º83.05%46.27%-
XYZ9.7514.632.97-
YUV94.8785.75115.97-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 36.11%
GREEN value IS 118 (46.48% from 255) = 54.63%
BLUE value IS 20 (8.20% from 255) = 9.26%
R=36.11%
G=54.63%
B=9.26%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal78118200.3400.830.5484.4971.0127.06
Hex4E7614220533654471b
Octal116166244201236612410733
Binary1001110111011010100100010010100111101101010100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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