Shades of Mineral Green #486A53
Tints of Mineral Green #486A53
RGB
CMYK
RGB Variations
Color information
#486A53 (or 0x486A53) is known color: Mineral Green. HEX triplet: 48, 6A and 53. RGB value is (72,106,83). Sum of RGB (Red+Green+Blue) = 72+106+83=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 106 (41.80% from 255 or 40.61% from 261); Blue value is 83 (32.81% from 255 or 31.80% from 261); Max value from RGB is 106 - color contains mainly: green. Hex color #486A53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486A53 is #B795AC. Grayscale: #5D5D5D. Windows color (decimal): -12031405 or 5466696. OLE color: 5466696.
HSL color Cylindrical-coordinate representation of color #486A53: hue angle of 139.41º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #486A53 is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 72 | 106 | 83 | - |
| CMYK | 0.32 | 0 | 0.22 | 0.58 |
| HSL | 139.41º | 0.19% | 0.35% | - |
| HSV(B) | 139.41º | 0.32% | 0.42% | - |
| XYZ | 9.39 | 12.31 | 10.06 | - |
| YUV | 93.21 | 122.24 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 106 | 83 | 0.32 | 0 | 0.22 | 0.58 | 139.41 | 0.19 | 0.35 |
| Hex | 48 | 6A | 53 | 20 | 0 | 16 | 3A | 8B | 13 | 23 |
| Octal | 110 | 152 | 123 | 40 | 0 | 26 | 72 | 213 | 23 | 43 |
| Binary | 1001000 | 1101010 | 1010011 | 100000 | 0 | 10110 | 111010 | 10001011 | 10011 | 100011 |
Color Harmonies of #486A53
Complementary color
Monochromatic Colors of #486A53
Black with #486A53
Text Example
Text Example
White with #486A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486A53; }
p { color: rgb(72,106,83); }
H1.HeaderClassName
{
color: #486A53;
}
.AnyTagClassName
{
color: #486A53;
}
</style>
background-color css
<style>
a { background-color: #486A53; }
a { background-color: rgb(72,106,83); }
div.DivClassName
{
background-color: #486A53;
}
.BgClassName
{
background-color: #486A53;
}
</style>
border-color css
<style>
span { border-color: #486A53; }
span { border-color: rgb(72,106,83); }
td.TdClassName
{
border-color: #486A53;
}
.TagClassName
{
border-color: #486A53;
}
</style>