#4E782F

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

Shades of Green Leaf #4E782F

Tints of Green Leaf #4E782F

Color information

#4E782F (or 0x4E782F) is unknown color: approx Green Leaf. HEX triplet: 4E, 78 and 2F. RGB value is (78,120,47). Sum of RGB (Red+Green+Blue) = 78+120+47=245 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.84% from 245); Green value is 120 (47.27% from 255 or 48.98% from 245); Blue value is 47 (18.75% from 255 or 19.18% from 245); Max value from RGB is 120 - color contains mainly: green. Hex color #4E782F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E782F is #B187D0. Grayscale: #636363. Windows color (decimal): -11634641 or 3110990. OLE color: 3110990.

HSL color Cylindrical-coordinate representation of color #4E782F: hue angle of 94.52º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4E782F is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB7812047-
CMYK0.3500.610.53
HSL94.52º43.71%32.75%-
HSV(B)94.52º60.83%47.06%-
XYZ10.3715.265.09-
YUV99.1298.59112.94-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 31.84%
GREEN value IS 120 (47.27% from 255) = 48.98%
BLUE value IS 47 (18.75% from 255) = 19.18%
R=31.84%
G=48.98%
B=19.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal78120470.3500.610.5394.5243.7132.75
Hex4E782F2303D355f2c21
Octal1161705743075651375441
Binary1001110111100010111110001101111011101011011111101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E782F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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