Html Css Color HEX #4D584F Mineral Green

📋 copy color: '#4D584F'

red 77 ◦ green 88 ◦ blue 79

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

Shades of Mineral Green #4D584F

Tints of Mineral Green #4D584F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.07%

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

R = 31.56%
G = 36.07%
B = 32.38%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#4D584F (or 0x4D584F) is known color: Mineral Green. HEX triplet: 4D, 58 and 4F. RGB value is (77,88,79). Sum of RGB (Red+Green+Blue) = 77+88+79=244 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.56% from 244); Green value is 88 (34.77% from 255 or 36.07% from 244); Blue value is 79 (31.25% from 255 or 32.38% from 244); Max value from RGB is 88 - color contains mainly: green. Hex color #4D584F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D584F is #B2A7B0. Grayscale: #535353. Windows color (decimal): -11708337 or 5199949. OLE color: 5199949.

HSL color Cylindrical-coordinate representation of color #4D584F: hue angle of 130.91º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4D584F is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB 77 88 79 -
CMYK 0.12 0 0.10 0.65
HSL 130.91º 0.07% 0.32% -
HSV(B) 130.91º 0.13% 0.35% -
XYZ 7.96 9.12 8.74 -
YUV 83.69 125.36 123.23 -
System Red Green Blue C M Y K H S L
Decimal 77 88 79 0.12 0 0.10 0.65 130.91 0.07 0.32
Hex 4D 58 4F C 0 A 41 83 7 20
Octal 115 130 117 14 0 12 101 203 7 40
Binary 1001101 1011000 1001111 1100 0 1010 1000001 10000011 111 100000

Color Harmonies of #4D584F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D584F

Black with #4D584F

Text Example


Text Example

White with #4D584F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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