#4E6A56

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

Shades of Mineral Green #4E6A56

Tints of Mineral Green #4E6A56

Color information

#4E6A56 (or 0x4E6A56) is unknown color: approx Mineral Green. HEX triplet: 4E, 6A and 56. RGB value is (78,106,86). Sum of RGB (Red+Green+Blue) = 78+106+86=270 (35% of max value = 765). Red value is 78 (30.86% from 255 or 28.89% from 270); Green value is 106 (41.80% from 255 or 39.26% from 270); Blue value is 86 (33.98% from 255 or 31.85% from 270); Max value from RGB is 106 - color contains mainly: green. Hex color #4E6A56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6A56 is #B195A9. Grayscale: #5F5F5F. Windows color (decimal): -11638186 or 5663310. OLE color: 5663310.

HSL color Cylindrical-coordinate representation of color #4E6A56: hue angle of 137.14º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4E6A56 is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.

Color convert

RGB7810686-
CMYK0.2600.190.58
HSL137.14º15.22%36.08%-
HSV(B)137.14º26.42%41.57%-
XYZ9.9812.610.71-
YUV95.35122.72115.63-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.89%
GREEN value IS 106 (41.80% from 255) = 39.26%
BLUE value IS 86 (33.98% from 255) = 31.85%
R=28.89%
G=39.26%
B=31.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal78106860.2600.190.58137.1415.2236.08
Hex4E6A561A0133A89f24
Octal11615212632023722111744
Binary10011101101010101011011010010011111010100010011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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