#4E691F

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

Shades of Green Leaf #4E691F

Tints of Green Leaf #4E691F

Color information

#4E691F (or 0x4E691F) is unknown color: approx Green Leaf. HEX triplet: 4E, 69 and 1F. RGB value is (78,105,31). Sum of RGB (Red+Green+Blue) = 78+105+31=214 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.45% from 214); Green value is 105 (41.41% from 255 or 49.07% from 214); Blue value is 31 (12.5% from 255 or 14.49% from 214); Max value from RGB is 105 - color contains mainly: green. Hex color #4E691F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E691F is #B196E0. Grayscale: #585858. Windows color (decimal): -11638497 or 2058574. OLE color: 2058574.

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

Color convert

RGB7810531-
CMYK0.2600.700.59
HSL81.89º54.41%26.67%-
HSV(B)81.89º70.48%41.18%-
XYZ8.4411.823.13-
YUV88.4995.55120.52-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 36.45%
GREEN value IS 105 (41.41% from 255) = 49.07%
BLUE value IS 31 (12.5% from 255) = 14.49%
R=36.45%
G=49.07%
B=14.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal78105310.2600.700.5981.8954.4126.67
Hex4E691F1A0463B52361b
Octal11615137320106731226633
Binary10011101101001111111101001000110111011101001011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E691F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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