#4E681A

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

Shades of Green Leaf #4E681A

Tints of Green Leaf #4E681A

Color information

#4E681A (or 0x4E681A) is unknown color: approx Green Leaf. HEX triplet: 4E, 68 and 1A. RGB value is (78,104,26). Sum of RGB (Red+Green+Blue) = 78+104+26=208 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.5% from 208); Green value is 104 (41.02% from 255 or 50% from 208); Blue value is 26 (10.55% from 255 or 12.5% from 208); Max value from RGB is 104 - color contains mainly: green. Hex color #4E681A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E681A is #B197E5. Grayscale: #575757. Windows color (decimal): -11638758 or 1730638. OLE color: 1730638.

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

Color convert

RGB7810426-
CMYK0.2500.750.59
HSL80º60%25.49%-
HSV(B)80º75%40.78%-
XYZ8.2811.592.78-
YUV87.3393.39121.34-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 37.5%
GREEN value IS 104 (41.02% from 255) = 50%
BLUE value IS 26 (10.55% from 255) = 12.5%
R=37.5%
G=50%
B=12.5%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal78104260.2500.750.59806025.49
Hex4E681A1904B3B503c19
Octal11615032310113731207431
Binary10011101101000110101100101001011111011101000011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E681A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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