Shades of Mineral Green #486E53
Tints of Mineral Green #486E53
RGB
CMYK
RGB Variations
Color information
#486E53 (or 0x486E53) is known color: Mineral Green. HEX triplet: 48, 6E and 53. RGB value is (72,110,83). Sum of RGB (Red+Green+Blue) = 72+110+83=265 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.17% from 265); Green value is 110 (43.36% from 255 or 41.51% from 265); Blue value is 83 (32.81% from 255 or 31.32% from 265); Max value from RGB is 110 - color contains mainly: green. Hex color #486E53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486E53 is #B791AC. Grayscale: #5F5F5F. Windows color (decimal): -12030381 or 5467720. OLE color: 5467720.
HSL color Cylindrical-coordinate representation of color #486E53: hue angle of 137.37º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #486E53 is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 72 | 110 | 83 | - |
| CMYK | 0.35 | 0 | 0.25 | 0.57 |
| HSL | 137.37º | 0.21% | 0.36% | - |
| HSV(B) | 137.37º | 0.35% | 0.43% | - |
| XYZ | 9.81 | 13.15 | 10.21 | - |
| YUV | 95.56 | 120.91 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 110 | 83 | 0.35 | 0 | 0.25 | 0.57 | 137.37 | 0.21 | 0.36 |
| Hex | 48 | 6E | 53 | 23 | 0 | 19 | 39 | 89 | 15 | 24 |
| Octal | 110 | 156 | 123 | 43 | 0 | 31 | 71 | 211 | 25 | 44 |
| Binary | 1001000 | 1101110 | 1010011 | 100011 | 0 | 11001 | 111001 | 10001001 | 10101 | 100100 |
Color Harmonies of #486E53
Complementary color
Monochromatic Colors of #486E53
Black with #486E53
Text Example
Text Example
White with #486E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486E53; }
p { color: rgb(72,110,83); }
H1.HeaderClassName
{
color: #486E53;
}
.AnyTagClassName
{
color: #486E53;
}
</style>
background-color css
<style>
a { background-color: #486E53; }
a { background-color: rgb(72,110,83); }
div.DivClassName
{
background-color: #486E53;
}
.BgClassName
{
background-color: #486E53;
}
</style>
border-color css
<style>
span { border-color: #486E53; }
span { border-color: rgb(72,110,83); }
td.TdClassName
{
border-color: #486E53;
}
.TagClassName
{
border-color: #486E53;
}
</style>