#4E691A

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

Shades of Green Leaf #4E691A

Tints of Green Leaf #4E691A

Color information

#4E691A (or 0x4E691A) is unknown color: approx Green Leaf. HEX triplet: 4E, 69 and 1A. RGB value is (78,105,26). Sum of RGB (Red+Green+Blue) = 78+105+26=209 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.32% from 209); Green value is 105 (41.41% from 255 or 50.24% from 209); Blue value is 26 (10.55% from 255 or 12.44% from 209); Max value from RGB is 105 - color contains mainly: green. Hex color #4E691A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E691A is #B196E5. Grayscale: #585858. Windows color (decimal): -11638502 or 1730894. OLE color: 1730894.

HSL color Cylindrical-coordinate representation of color #4E691A: hue angle of 80.51º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4E691A is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB7810526-
CMYK0.2600.750.59
HSL80.51º60.31%25.69%-
HSV(B)80.51º75.24%41.18%-
XYZ8.3811.82.81-
YUV87.9293.05120.92-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 37.32%
GREEN value IS 105 (41.41% from 255) = 50.24%
BLUE value IS 26 (10.55% from 255) = 12.44%
R=37.32%
G=50.24%
B=12.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal78105260.2600.750.5980.5160.3125.69
Hex4E691A1A04B3B513c1a
Octal11615132320113731217432
Binary10011101101001110101101001001011111011101000111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E691A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,105,26); }

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

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

 a { background-color: rgb(78,105,26); }

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

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

 span { border-color: rgb(78,105,26); }

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