#4E712A

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

Shades of Green Leaf #4E712A

Tints of Green Leaf #4E712A

Color information

#4E712A (or 0x4E712A) is unknown color: approx Green Leaf. HEX triplet: 4E, 71 and 2A. RGB value is (78,113,42). Sum of RGB (Red+Green+Blue) = 78+113+42=233 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.48% from 233); Green value is 113 (44.53% from 255 or 48.50% from 233); Blue value is 42 (16.80% from 255 or 18.03% from 233); Max value from RGB is 113 - color contains mainly: green. Hex color #4E712A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E712A is #B18ED5. Grayscale: #5E5E5E. Windows color (decimal): -11636438 or 2781518. OLE color: 2781518.

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

Color convert

RGB7811342-
CMYK0.3100.630.56
HSL89.58º45.81%30.39%-
HSV(B)89.58º62.83%44.31%-
XYZ9.4613.64.32-
YUV94.4498.4116.27-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 33.48%
GREEN value IS 113 (44.53% from 255) = 48.50%
BLUE value IS 42 (16.80% from 255) = 18.03%
R=33.48%
G=48.50%
B=18.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal78113420.3100.630.5689.5845.8130.39
Hex4E712A1F03F385a2e1e
Octal1161615237077701325636
Binary10011101110001101010111110111111111000101101010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E712A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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