Shades of Mineral Green #486950
Tints of Mineral Green #486950
RGB
CMYK
RGB Variations
Color information
#486950 (or 0x486950) is known color: Mineral Green. HEX triplet: 48, 69 and 50. RGB value is (72,105,80). Sum of RGB (Red+Green+Blue) = 72+105+80=257 (34% of max value = 765). Red value is 72 (28.52% from 255 or 28.02% from 257); Green value is 105 (41.41% from 255 or 40.86% from 257); Blue value is 80 (31.64% from 255 or 31.13% from 257); Max value from RGB is 105 - color contains mainly: green. Hex color #486950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486950 is #B796AF. Grayscale: #5C5C5C. Windows color (decimal): -12031664 or 5269832. OLE color: 5269832.
HSL color Cylindrical-coordinate representation of color #486950: hue angle of 134.55º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #486950 is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 72 | 105 | 80 | - |
| CMYK | 0.31 | 0 | 0.24 | 0.59 |
| HSL | 134.55º | 0.19% | 0.35% | - |
| HSV(B) | 134.55º | 0.31% | 0.41% | - |
| XYZ | 9.17 | 12.06 | 9.43 | - |
| YUV | 92.28 | 121.07 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 105 | 80 | 0.31 | 0 | 0.24 | 0.59 | 134.55 | 0.19 | 0.35 |
| Hex | 48 | 69 | 50 | 1F | 0 | 18 | 3B | 87 | 13 | 23 |
| Octal | 110 | 151 | 120 | 37 | 0 | 30 | 73 | 207 | 23 | 43 |
| Binary | 1001000 | 1101001 | 1010000 | 11111 | 0 | 11000 | 111011 | 10000111 | 10011 | 100011 |
Color Harmonies of #486950
Complementary color
Monochromatic Colors of #486950
Black with #486950
Text Example
Text Example
White with #486950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486950; }
p { color: rgb(72,105,80); }
H1.HeaderClassName
{
color: #486950;
}
.AnyTagClassName
{
color: #486950;
}
</style>
background-color css
<style>
a { background-color: #486950; }
a { background-color: rgb(72,105,80); }
div.DivClassName
{
background-color: #486950;
}
.BgClassName
{
background-color: #486950;
}
</style>
border-color css
<style>
span { border-color: #486950; }
span { border-color: rgb(72,105,80); }
td.TdClassName
{
border-color: #486950;
}
.TagClassName
{
border-color: #486950;
}
</style>