#4E612F

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

Shades of Green Leaf #4E612F

Tints of Green Leaf #4E612F

Color information

#4E612F (or 0x4E612F) is unknown color: approx Green Leaf. HEX triplet: 4E, 61 and 2F. RGB value is (78,97,47). Sum of RGB (Red+Green+Blue) = 78+97+47=222 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.14% from 222); Green value is 97 (38.28% from 255 or 43.69% from 222); Blue value is 47 (18.75% from 255 or 21.17% from 222); Max value from RGB is 97 - color contains mainly: green. Hex color #4E612F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E612F is #B19ED0. Grayscale: #555555. Windows color (decimal): -11640529 or 3105102. OLE color: 3105102.

HSL color Cylindrical-coordinate representation of color #4E612F: hue angle of 82.8º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4E612F is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB789747-
CMYK0.2000.520.62
HSL82.8º34.72%28.24%-
HSV(B)82.8º51.55%38.04%-
XYZ7.9310.374.27-
YUV85.62106.21122.57-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 35.14%
GREEN value IS 97 (38.28% from 255) = 43.69%
BLUE value IS 47 (18.75% from 255) = 21.17%
R=35.14%
G=43.69%
B=21.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7897470.2000.520.6282.834.7228.24
Hex4E612F140343E53231c
Octal1161415724064761234334
Binary10011101100001101111101000110100111110101001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E612F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,97,47); }

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

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

 a { background-color: rgb(78,97,47); }

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

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

 span { border-color: rgb(78,97,47); }

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