Html Css Color HEX #4D5F50 Mineral Green

📋 copy color: '#4D5F50'

red 77 ◦ green 95 ◦ blue 80

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

Shades of Mineral Green #4D5F50

Tints of Mineral Green #4D5F50

RGB

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

 GREEN value IS 95 (37.5% from 255) = 37.7%

 BLUE value IS 80 (31.64% from 255) = 31.75%

R = 30.56%
G = 37.7%
B = 31.75%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.16

 K value IS 0.63

RGB Variations

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

Color information

#4D5F50 (or 0x4D5F50) is known color: Mineral Green. HEX triplet: 4D, 5F and 50. RGB value is (77,95,80). Sum of RGB (Red+Green+Blue) = 77+95+80=252 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.56% from 252); Green value is 95 (37.5% from 255 or 37.70% from 252); Blue value is 80 (31.64% from 255 or 31.75% from 252); Max value from RGB is 95 - color contains mainly: green. Hex color #4D5F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5F50 is #B2A0AF. Grayscale: #575757. Windows color (decimal): -11706544 or 5267277. OLE color: 5267277.

HSL color Cylindrical-coordinate representation of color #4D5F50: hue angle of 130º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4D5F50 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.63.

Color convert

RGB 77 95 80 -
CMYK 0.19 0 0.16 0.63
HSL 130º 0.1% 0.34% -
HSV(B) 130º 0.19% 0.37% -
XYZ 8.6 10.34 9.13 -
YUV 87.91 123.54 120.22 -
System Red Green Blue C M Y K H S L
Decimal 77 95 80 0.19 0 0.16 0.63 130 0.1 0.34
Hex 4D 5F 50 13 0 10 3F 82 A 22
Octal 115 137 120 23 0 20 77 202 12 42
Binary 1001101 1011111 1010000 10011 0 10000 111111 10000010 1010 100010

Color Harmonies of #4D5F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5F50

Black with #4D5F50

Text Example


Text Example

White with #4D5F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,95,80); }

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

background-color css

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

 a { background-color: rgb(77,95,80); }

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

border-color css

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

 span { border-color: rgb(77,95,80); }

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