Shades of Mineral Green #485F4C
Tints of Mineral Green #485F4C
RGB
CMYK
RGB Variations
Color information
#485F4C (or 0x485F4C) is known color: Mineral Green. HEX triplet: 48, 5F and 4C. RGB value is (72,95,76). Sum of RGB (Red+Green+Blue) = 72+95+76=243 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.63% from 243); Green value is 95 (37.5% from 255 or 39.09% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 95 - color contains mainly: green. Hex color #485F4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485F4C is #B7A0B3. Grayscale: #565656. Windows color (decimal): -12034228 or 5005128. OLE color: 5005128.
HSL color Cylindrical-coordinate representation of color #485F4C: hue angle of 130.43º 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 #485F4C is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 72 | 95 | 76 | - |
| CMYK | 0.24 | 0 | 0.20 | 0.63 |
| HSL | 130.43º | 0.14% | 0.33% | - |
| HSV(B) | 130.43º | 0.24% | 0.37% | - |
| XYZ | 8.07 | 10.08 | 8.36 | - |
| YUV | 85.96 | 122.38 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 95 | 76 | 0.24 | 0 | 0.20 | 0.63 | 130.43 | 0.14 | 0.33 |
| Hex | 48 | 5F | 4C | 18 | 0 | 14 | 3F | 82 | E | 21 |
| Octal | 110 | 137 | 114 | 30 | 0 | 24 | 77 | 202 | 16 | 41 |
| Binary | 1001000 | 1011111 | 1001100 | 11000 | 0 | 10100 | 111111 | 10000010 | 1110 | 100001 |
Color Harmonies of #485F4C
Complementary color
Monochromatic Colors of #485F4C
Black with #485F4C
Text Example
Text Example
White with #485F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485F4C; }
p { color: rgb(72,95,76); }
H1.HeaderClassName
{
color: #485F4C;
}
.AnyTagClassName
{
color: #485F4C;
}
</style>
background-color css
<style>
a { background-color: #485F4C; }
a { background-color: rgb(72,95,76); }
div.DivClassName
{
background-color: #485F4C;
}
.BgClassName
{
background-color: #485F4C;
}
</style>
border-color css
<style>
span { border-color: #485F4C; }
span { border-color: rgb(72,95,76); }
td.TdClassName
{
border-color: #485F4C;
}
.TagClassName
{
border-color: #485F4C;
}
</style>