Shades of Mineral Green #485F4D
Tints of Mineral Green #485F4D
RGB
CMYK
RGB Variations
Color information
#485F4D (or 0x485F4D) is known color: Mineral Green. HEX triplet: 48, 5F and 4D. RGB value is (72,95,77). Sum of RGB (Red+Green+Blue) = 72+95+77=244 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.51% from 244); Green value is 95 (37.5% from 255 or 38.93% from 244); Blue value is 77 (30.47% from 255 or 31.56% from 244); Max value from RGB is 95 - color contains mainly: green. Hex color #485F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485F4D is #B7A0B2. Grayscale: #565656. Windows color (decimal): -12034227 or 5070664. OLE color: 5070664.
HSL color Cylindrical-coordinate representation of color #485F4D: hue angle of 133.04º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #485F4D is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 72 | 95 | 77 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.63 |
| HSL | 133.04º | 0.14% | 0.33% | - |
| HSV(B) | 133.04º | 0.24% | 0.37% | - |
| XYZ | 8.1 | 10.1 | 8.54 | - |
| YUV | 86.07 | 122.88 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 95 | 77 | 0.24 | 0 | 0.19 | 0.63 | 133.04 | 0.14 | 0.33 |
| Hex | 48 | 5F | 4D | 18 | 0 | 13 | 3F | 85 | E | 21 |
| Octal | 110 | 137 | 115 | 30 | 0 | 23 | 77 | 205 | 16 | 41 |
| Binary | 1001000 | 1011111 | 1001101 | 11000 | 0 | 10011 | 111111 | 10000101 | 1110 | 100001 |
Color Harmonies of #485F4D
Complementary color
Monochromatic Colors of #485F4D
Black with #485F4D
Text Example
Text Example
White with #485F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485F4D; }
p { color: rgb(72,95,77); }
H1.HeaderClassName
{
color: #485F4D;
}
.AnyTagClassName
{
color: #485F4D;
}
</style>
background-color css
<style>
a { background-color: #485F4D; }
a { background-color: rgb(72,95,77); }
div.DivClassName
{
background-color: #485F4D;
}
.BgClassName
{
background-color: #485F4D;
}
</style>
border-color css
<style>
span { border-color: #485F4D; }
span { border-color: rgb(72,95,77); }
td.TdClassName
{
border-color: #485F4D;
}
.TagClassName
{
border-color: #485F4D;
}
</style>