#4E702A

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

Shades of Green Leaf #4E702A

Tints of Green Leaf #4E702A

Color information

#4E702A (or 0x4E702A) is unknown color: approx Green Leaf. HEX triplet: 4E, 70 and 2A. RGB value is (78,112,42). Sum of RGB (Red+Green+Blue) = 78+112+42=232 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.62% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 112 - color contains mainly: green. Hex color #4E702A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E702A is #B18FD5. Grayscale: #5E5E5E. Windows color (decimal): -11636694 or 2781262. OLE color: 2781262.

HSL color Cylindrical-coordinate representation of color #4E702A: hue angle of 89.14º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E702A is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB7811242-
CMYK0.3000.620.56
HSL89.14º45.45%30.2%-
HSV(B)89.14º62.5%43.92%-
XYZ9.3513.384.28-
YUV93.8598.74116.69-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 33.62%
GREEN value IS 112 (44.14% from 255) = 48.28%
BLUE value IS 42 (16.80% from 255) = 18.10%
R=33.62%
G=48.28%
B=18.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal78112420.3000.620.5689.1445.4530.2
Hex4E702A1E03E38592d1e
Octal1161605236076701315536
Binary10011101110000101010111100111110111000101100110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E702A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,112,42); }

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

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

 a { background-color: rgb(78,112,42); }

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

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

 span { border-color: rgb(78,112,42); }

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