#4E6A1C

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

Shades of Green Leaf #4E6A1C

Tints of Green Leaf #4E6A1C

Color information

#4E6A1C (or 0x4E6A1C) is unknown color: approx Green Leaf. HEX triplet: 4E, 6A and 1C. RGB value is (78,106,28). Sum of RGB (Red+Green+Blue) = 78+106+28=212 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.79% from 212); Green value is 106 (41.80% from 255 or 50% from 212); Blue value is 28 (11.33% from 255 or 13.21% from 212); Max value from RGB is 106 - color contains mainly: green. Hex color #4E6A1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E6A1C is #B195E3. Grayscale: #595959. Windows color (decimal): -11638244 or 1862222. OLE color: 1862222.

HSL color Cylindrical-coordinate representation of color #4E6A1C: hue angle of 81.54º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4E6A1C is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.58.

Color convert

RGB7810628-
CMYK0.2600.740.58
HSL81.54º58.21%26.27%-
HSV(B)81.54º73.58%41.57%-
XYZ8.5112.012.97-
YUV88.7493.72120.34-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 36.79%
GREEN value IS 106 (41.80% from 255) = 50%
BLUE value IS 28 (11.33% from 255) = 13.21%
R=36.79%
G=50%
B=13.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal78106280.2600.740.5881.5458.2126.27
Hex4E6A1C1A04A3A523a1a
Octal11615234320112721227232
Binary10011101101010111001101001001010111010101001011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,106,28); }

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

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

 a { background-color: rgb(78,106,28); }

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

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

 span { border-color: rgb(78,106,28); }

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