#4E7056

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

Shades of Mineral Green #4E7056

Tints of Mineral Green #4E7056

Color information

#4E7056 (or 0x4E7056) is unknown color: approx Mineral Green. HEX triplet: 4E, 70 and 56. RGB value is (78,112,86). Sum of RGB (Red+Green+Blue) = 78+112+86=276 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.26% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 86 (33.98% from 255 or 31.16% from 276); Max value from RGB is 112 - color contains mainly: green. Hex color #4E7056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7056 is #B18FA9. Grayscale: #626262. Windows color (decimal): -11636650 or 5664846. OLE color: 5664846.

HSL color Cylindrical-coordinate representation of color #4E7056: hue angle of 134.12º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4E7056 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB7811286-
CMYK0.3000.230.56
HSL134.12º17.89%37.25%-
HSV(B)134.12º30.36%43.92%-
XYZ10.6213.8810.92-
YUV98.87120.74113.11-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.26%
GREEN value IS 112 (44.14% from 255) = 40.58%
BLUE value IS 86 (33.98% from 255) = 31.16%
R=28.26%
G=40.58%
B=31.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal78112860.3000.230.56134.1217.8937.25
Hex4E70561E01738861225
Octal11616012636027702062245
Binary100111011100001010110111100101111110001000011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,112,86); }

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

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

 a { background-color: rgb(78,112,86); }

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

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

 span { border-color: rgb(78,112,86); }

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