#4D6F56

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

Shades of Mineral Green #4D6F56

Tints of Mineral Green #4D6F56

Color information

#4D6F56 (or 0x4D6F56) is unknown color: approx Mineral Green. HEX triplet: 4D, 6F and 56. RGB value is (77,111,86). Sum of RGB (Red+Green+Blue) = 77+111+86=274 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.10% from 274); Green value is 111 (43.75% from 255 or 40.51% from 274); Blue value is 86 (33.98% from 255 or 31.39% from 274); Max value from RGB is 111 - color contains mainly: green. Hex color #4D6F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6F56 is #B290A9. Grayscale: #626262. Windows color (decimal): -11702442 or 5664589. OLE color: 5664589.

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

Color convert

RGB7711186-
CMYK0.3100.230.56
HSL135.88º18.09%36.86%-
HSV(B)135.88º30.63%43.53%-
XYZ10.4213.6210.88-
YUV97.98121.24113.03-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 28.10%
GREEN value IS 111 (43.75% from 255) = 40.51%
BLUE value IS 86 (33.98% from 255) = 31.39%
R=28.10%
G=40.51%
B=31.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal77111860.3100.230.56135.8818.0936.86
Hex4D6F561F01738881225
Octal11515712637027702102245
Binary100110111011111010110111110101111110001000100010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,111,86); }

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

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

 a { background-color: rgb(77,111,86); }

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

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

 span { border-color: rgb(77,111,86); }

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