#4E7216

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

Shades of Green Leaf #4E7216

Tints of Green Leaf #4E7216

Color information

#4E7216 (or 0x4E7216) is unknown color: approx Green Leaf. HEX triplet: 4E, 72 and 16. RGB value is (78,114,22). Sum of RGB (Red+Green+Blue) = 78+114+22=214 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.45% from 214); Green value is 114 (44.92% from 255 or 53.27% from 214); Blue value is 22 (8.98% from 255 or 10.28% from 214); Max value from RGB is 114 - color contains mainly: green. Hex color #4E7216 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E7216 is #B18DE9. Grayscale: #5D5D5D. Windows color (decimal): -11636202 or 1471054. OLE color: 1471054.

HSL color Cylindrical-coordinate representation of color #4E7216: hue angle of 83.48º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4E7216 is Cyan = 0.32, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB7811422-
CMYK0.3200.810.55
HSL83.48º67.65%26.67%-
HSV(B)83.48º80.7%44.71%-
XYZ9.313.712.92-
YUV92.7588.07117.48-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 36.45%
GREEN value IS 114 (44.92% from 255) = 53.27%
BLUE value IS 22 (8.98% from 255) = 10.28%
R=36.45%
G=53.27%
B=10.28%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal78114220.3200.810.5583.4867.6526.67
Hex4E7216200513753441b
Octal116162264001216712310433
Binary1001110111001010110100000010100011101111010011100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,114,22); }

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

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

 a { background-color: rgb(78,114,22); }

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

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

 span { border-color: rgb(78,114,22); }

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