Shades of Mineral Green #486F53
Tints of Mineral Green #486F53
RGB
CMYK
RGB Variations
Color information
#486F53 (or 0x486F53) is known color: Mineral Green. HEX triplet: 48, 6F and 53. RGB value is (72,111,83). Sum of RGB (Red+Green+Blue) = 72+111+83=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 111 (43.75% from 255 or 41.73% from 266); Blue value is 83 (32.81% from 255 or 31.20% from 266); Max value from RGB is 111 - color contains mainly: green. Hex color #486F53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486F53 is #B790AC. Grayscale: #606060. Windows color (decimal): -12030125 or 5467976. OLE color: 5467976.
HSL color Cylindrical-coordinate representation of color #486F53: hue angle of 136.92º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #486F53 is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 111 | 83 | - |
| CMYK | 0.35 | 0 | 0.25 | 0.56 |
| HSL | 136.92º | 0.21% | 0.36% | - |
| HSV(B) | 136.92º | 0.35% | 0.44% | - |
| XYZ | 9.92 | 13.37 | 10.24 | - |
| YUV | 96.15 | 120.58 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 111 | 83 | 0.35 | 0 | 0.25 | 0.56 | 136.92 | 0.21 | 0.36 |
| Hex | 48 | 6F | 53 | 23 | 0 | 19 | 38 | 89 | 15 | 24 |
| Octal | 110 | 157 | 123 | 43 | 0 | 31 | 70 | 211 | 25 | 44 |
| Binary | 1001000 | 1101111 | 1010011 | 100011 | 0 | 11001 | 111000 | 10001001 | 10101 | 100100 |
Color Harmonies of #486F53
Complementary color
Monochromatic Colors of #486F53
Black with #486F53
Text Example
Text Example
White with #486F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486F53; }
p { color: rgb(72,111,83); }
H1.HeaderClassName
{
color: #486F53;
}
.AnyTagClassName
{
color: #486F53;
}
</style>
background-color css
<style>
a { background-color: #486F53; }
a { background-color: rgb(72,111,83); }
div.DivClassName
{
background-color: #486F53;
}
.BgClassName
{
background-color: #486F53;
}
</style>
border-color css
<style>
span { border-color: #486F53; }
span { border-color: rgb(72,111,83); }
td.TdClassName
{
border-color: #486F53;
}
.TagClassName
{
border-color: #486F53;
}
</style>