Shades of Mineral Green #486750
Tints of Mineral Green #486750
RGB
CMYK
RGB Variations
Color information
#486750 (or 0x486750) is known color: Mineral Green. HEX triplet: 48, 67 and 50. RGB value is (72,103,80). Sum of RGB (Red+Green+Blue) = 72+103+80=255 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.24% from 255); Green value is 103 (40.62% from 255 or 40.39% from 255); Blue value is 80 (31.64% from 255 or 31.37% from 255); Max value from RGB is 103 - color contains mainly: green. Hex color #486750 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486750 is #B798AF. Grayscale: #5B5B5B. Windows color (decimal): -12032176 or 5269320. OLE color: 5269320.
HSL color Cylindrical-coordinate representation of color #486750: hue angle of 135.48º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #486750 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 103 | 80 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.60 |
| HSL | 135.48º | 0.18% | 0.34% | - |
| HSV(B) | 135.48º | 0.3% | 0.4% | - |
| XYZ | 8.97 | 11.66 | 9.37 | - |
| YUV | 91.11 | 121.73 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 103 | 80 | 0.30 | 0 | 0.22 | 0.60 | 135.48 | 0.18 | 0.34 |
| Hex | 48 | 67 | 50 | 1E | 0 | 16 | 3C | 87 | 12 | 22 |
| Octal | 110 | 147 | 120 | 36 | 0 | 26 | 74 | 207 | 22 | 42 |
| Binary | 1001000 | 1100111 | 1010000 | 11110 | 0 | 10110 | 111100 | 10000111 | 10010 | 100010 |
Color Harmonies of #486750
Complementary color
Monochromatic Colors of #486750
Black with #486750
Text Example
Text Example
White with #486750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486750; }
p { color: rgb(72,103,80); }
H1.HeaderClassName
{
color: #486750;
}
.AnyTagClassName
{
color: #486750;
}
</style>
background-color css
<style>
a { background-color: #486750; }
a { background-color: rgb(72,103,80); }
div.DivClassName
{
background-color: #486750;
}
.BgClassName
{
background-color: #486750;
}
</style>
border-color css
<style>
span { border-color: #486750; }
span { border-color: rgb(72,103,80); }
td.TdClassName
{
border-color: #486750;
}
.TagClassName
{
border-color: #486750;
}
</style>