#4E762F

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

Shades of Green Leaf #4E762F

Tints of Green Leaf #4E762F

Color information

#4E762F (or 0x4E762F) is unknown color: approx Green Leaf. HEX triplet: 4E, 76 and 2F. RGB value is (78,118,47). Sum of RGB (Red+Green+Blue) = 78+118+47=243 (32% of max value = 765). Red value is 78 (30.86% from 255 or 32.10% from 243); Green value is 118 (46.48% from 255 or 48.56% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 118 - color contains mainly: green. Hex color #4E762F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E762F is #B189D0. Grayscale: #626262. Windows color (decimal): -11635153 or 3110478. OLE color: 3110478.

HSL color Cylindrical-coordinate representation of color #4E762F: hue angle of 93.8º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4E762F is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB7811847-
CMYK0.3400.600.54
HSL93.8º43.03%32.35%-
HSV(B)93.8º60.17%46.27%-
XYZ10.1314.785.01-
YUV97.9599.25113.77-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 32.10%
GREEN value IS 118 (46.48% from 255) = 48.56%
BLUE value IS 47 (18.75% from 255) = 19.34%
R=32.10%
G=48.56%
B=19.34%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal78118470.3400.600.5493.843.0332.35
Hex4E762F2203C365e2b20
Octal1161665742074661365340
Binary1001110111011010111110001001111001101101011110101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E762F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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