Shades of Mineral Green #486D54
Tints of Mineral Green #486D54
RGB
CMYK
RGB Variations
Color information
#486D54 (or 0x486D54) is known color: Mineral Green. HEX triplet: 48, 6D and 54. RGB value is (72,109,84). Sum of RGB (Red+Green+Blue) = 72+109+84=265 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.17% from 265); Green value is 109 (42.97% from 255 or 41.13% from 265); Blue value is 84 (33.20% from 255 or 31.70% from 265); Max value from RGB is 109 - color contains mainly: green. Hex color #486D54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486D54 is #B792AB. Grayscale: #5F5F5F. Windows color (decimal): -12030636 or 5533000. OLE color: 5533000.
HSL color Cylindrical-coordinate representation of color #486D54: hue angle of 139.46º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #486D54 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 72 | 109 | 84 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.57 |
| HSL | 139.46º | 0.2% | 0.35% | - |
| HSV(B) | 139.46º | 0.34% | 0.43% | - |
| XYZ | 9.74 | 12.96 | 10.37 | - |
| YUV | 95.09 | 121.74 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 109 | 84 | 0.34 | 0 | 0.23 | 0.57 | 139.46 | 0.2 | 0.35 |
| Hex | 48 | 6D | 54 | 22 | 0 | 17 | 39 | 8B | 14 | 23 |
| Octal | 110 | 155 | 124 | 42 | 0 | 27 | 71 | 213 | 24 | 43 |
| Binary | 1001000 | 1101101 | 1010100 | 100010 | 0 | 10111 | 111001 | 10001011 | 10100 | 100011 |
Color Harmonies of #486D54
Complementary color
Monochromatic Colors of #486D54
Black with #486D54
Text Example
Text Example
White with #486D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486D54; }
p { color: rgb(72,109,84); }
H1.HeaderClassName
{
color: #486D54;
}
.AnyTagClassName
{
color: #486D54;
}
</style>
background-color css
<style>
a { background-color: #486D54; }
a { background-color: rgb(72,109,84); }
div.DivClassName
{
background-color: #486D54;
}
.BgClassName
{
background-color: #486D54;
}
</style>
border-color css
<style>
span { border-color: #486D54; }
span { border-color: rgb(72,109,84); }
td.TdClassName
{
border-color: #486D54;
}
.TagClassName
{
border-color: #486D54;
}
</style>