#4D564F

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

Shades of Mineral Green #4D564F

Tints of Mineral Green #4D564F

Color information

#4D564F (or 0x4D564F) is unknown color: approx Mineral Green. HEX triplet: 4D, 56 and 4F. RGB value is (77,86,79). Sum of RGB (Red+Green+Blue) = 77+86+79=242 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.82% from 242); Green value is 86 (33.98% from 255 or 35.54% from 242); Blue value is 79 (31.25% from 255 or 32.64% from 242); Max value from RGB is 86 - color contains mainly: green. Hex color #4D564F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D564F is #B2A9B0. Grayscale: #525252. Windows color (decimal): -11708849 or 5199437. OLE color: 5199437.

HSL color Cylindrical-coordinate representation of color #4D564F: hue angle of 133.33º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #4D564F is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB778679-
CMYK0.1000.080.66
HSL133.33º5.52%31.96%-
HSV(B)133.33º10.47%33.73%-
XYZ7.88.88.68-
YUV82.51126.02124.07-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.82%
GREEN value IS 86 (33.98% from 255) = 35.54%
BLUE value IS 79 (31.25% from 255) = 32.64%
R=31.82%
G=35.54%
B=32.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7786790.1000.080.66133.335.5231.96
Hex4D564FA084285620
Octal11512611712010102205640
Binary100110110101101001111101001000100001010000101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D564F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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