Html Css Color HEX #4D574F Mineral Green

📋 copy color: '#4D574F'

red 77 ◦ green 87 ◦ blue 79

#4D574F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mineral Green #4D574F

Tints of Mineral Green #4D574F

RGB

 RED value IS 77 (30.47% from 255) = 31.69%

 GREEN value IS 87 (34.38% from 255) = 35.8%

 BLUE value IS 79 (31.25% from 255) = 32.51%

R = 31.69%
G = 35.8%
B = 32.51%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.66

RGB Variations

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

Color information

#4D574F (or 0x4D574F) is known color: Mineral Green. HEX triplet: 4D, 57 and 4F. RGB value is (77,87,79). Sum of RGB (Red+Green+Blue) = 77+87+79=243 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.69% from 243); Green value is 87 (34.38% from 255 or 35.80% from 243); Blue value is 79 (31.25% from 255 or 32.51% from 243); Max value from RGB is 87 - color contains mainly: green. Hex color #4D574F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D574F is #B2A8B0. Grayscale: #535353. Windows color (decimal): -11708593 or 5199693. OLE color: 5199693.

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

Color convert

RGB 77 87 79 -
CMYK 0.11 0 0.09 0.66
HSL 132º 0.06% 0.32% -
HSV(B) 132º 0.11% 0.34% -
XYZ 7.88 8.96 8.71 -
YUV 83.1 125.69 123.65 -
System Red Green Blue C M Y K H S L
Decimal 77 87 79 0.11 0 0.09 0.66 132 0.06 0.32
Hex 4D 57 4F B 0 9 42 84 6 20
Octal 115 127 117 13 0 11 102 204 6 40
Binary 1001101 1010111 1001111 1011 0 1001 1000010 10000100 110 100000

Color Harmonies of #4D574F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D574F

Black with #4D574F

Text Example


Text Example

White with #4D574F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D574F;
 }
 .AnyTagClassName
 {
   color: #4D574F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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