#4E7814

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

Shades of Green Leaf #4E7814

Tints of Green Leaf #4E7814

Color information

#4E7814 (or 0x4E7814) is unknown color: approx Green Leaf. HEX triplet: 4E, 78 and 14. RGB value is (78,120,20). Sum of RGB (Red+Green+Blue) = 78+120+20=218 (28% of max value = 765). Red value is 78 (30.86% from 255 or 35.78% from 218); Green value is 120 (47.27% from 255 or 55.05% from 218); Blue value is 20 (8.20% from 255 or 9.17% from 218); Max value from RGB is 120 - color contains mainly: green. Hex color #4E7814 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E7814 is #B187EB. Grayscale: #606060. Windows color (decimal): -11634668 or 1341518. OLE color: 1341518.

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

Color convert

RGB7812020-
CMYK0.3500.830.53
HSL85.2º71.43%27.45%-
HSV(B)85.2º83.33%47.06%-
XYZ9.9815.13.05-
YUV96.0485.09115.13-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 35.78%
GREEN value IS 120 (47.27% from 255) = 55.05%
BLUE value IS 20 (8.20% from 255) = 9.17%
R=35.78%
G=55.05%
B=9.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal78120200.3500.830.5385.271.4327.45
Hex4E7814230533555471b
Octal116170244301236512510733
Binary1001110111100010100100011010100111101011010101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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