Shades of Mineral Green #486851
Tints of Mineral Green #486851
RGB
CMYK
RGB Variations
Color information
#486851 (or 0x486851) is known color: Mineral Green. HEX triplet: 48, 68 and 51. RGB value is (72,104,81). Sum of RGB (Red+Green+Blue) = 72+104+81=257 (34% of max value = 765). Red value is 72 (28.52% from 255 or 28.02% from 257); Green value is 104 (41.02% from 255 or 40.47% from 257); Blue value is 81 (32.03% from 255 or 31.52% from 257); Max value from RGB is 104 - color contains mainly: green. Hex color #486851 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486851 is #B797AE. Grayscale: #5B5B5B. Windows color (decimal): -12031919 or 5335112. OLE color: 5335112.
HSL color Cylindrical-coordinate representation of color #486851: hue angle of 136.88º degrees, saturation: 0.18, 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 #486851 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 72 | 104 | 81 | - |
| CMYK | 0.31 | 0 | 0.22 | 0.59 |
| HSL | 136.88º | 0.18% | 0.35% | - |
| HSV(B) | 136.88º | 0.31% | 0.41% | - |
| XYZ | 9.11 | 11.87 | 9.6 | - |
| YUV | 91.81 | 121.9 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 104 | 81 | 0.31 | 0 | 0.22 | 0.59 | 136.88 | 0.18 | 0.35 |
| Hex | 48 | 68 | 51 | 1F | 0 | 16 | 3B | 89 | 12 | 23 |
| Octal | 110 | 150 | 121 | 37 | 0 | 26 | 73 | 211 | 22 | 43 |
| Binary | 1001000 | 1101000 | 1010001 | 11111 | 0 | 10110 | 111011 | 10001001 | 10010 | 100011 |
Color Harmonies of #486851
Complementary color
Monochromatic Colors of #486851
Black with #486851
Text Example
Text Example
White with #486851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486851; }
p { color: rgb(72,104,81); }
H1.HeaderClassName
{
color: #486851;
}
.AnyTagClassName
{
color: #486851;
}
</style>
background-color css
<style>
a { background-color: #486851; }
a { background-color: rgb(72,104,81); }
div.DivClassName
{
background-color: #486851;
}
.BgClassName
{
background-color: #486851;
}
</style>
border-color css
<style>
span { border-color: #486851; }
span { border-color: rgb(72,104,81); }
td.TdClassName
{
border-color: #486851;
}
.TagClassName
{
border-color: #486851;
}
</style>