#4E692B

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

Shades of Green Leaf #4E692B

Tints of Green Leaf #4E692B

Color information

#4E692B (or 0x4E692B) is unknown color: approx Green Leaf. HEX triplet: 4E, 69 and 2B. RGB value is (78,105,43). Sum of RGB (Red+Green+Blue) = 78+105+43=226 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.51% from 226); Green value is 105 (41.41% from 255 or 46.46% from 226); Blue value is 43 (17.19% from 255 or 19.03% from 226); Max value from RGB is 105 - color contains mainly: green. Hex color #4E692B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E692B is #B196D4. Grayscale: #5A5A5A. Windows color (decimal): -11638485 or 2845006. OLE color: 2845006.

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

Color convert

RGB7810543-
CMYK0.2600.590.59
HSL86.13º41.89%29.02%-
HSV(B)86.13º59.05%41.18%-
XYZ8.6311.94.13-
YUV89.86101.55119.54-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.51%
GREEN value IS 105 (41.41% from 255) = 46.46%
BLUE value IS 43 (17.19% from 255) = 19.03%
R=34.51%
G=46.46%
B=19.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal78105430.2600.590.5986.1341.8929.02
Hex4E692B1A03B3B562a1d
Octal1161515332073731265235
Binary10011101101001101011110100111011111011101011010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E692B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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