Shades of Mineral Green #486350
Tints of Mineral Green #486350
RGB
CMYK
RGB Variations
Color information
#486350 (or 0x486350) is known color: Mineral Green. HEX triplet: 48, 63 and 50. RGB value is (72,99,80). Sum of RGB (Red+Green+Blue) = 72+99+80=251 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.69% from 251); Green value is 99 (39.06% from 255 or 39.44% from 251); Blue value is 80 (31.64% from 255 or 31.87% from 251); Max value from RGB is 99 - color contains mainly: green. Hex color #486350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486350 is #B79CAF. Grayscale: #585858. Windows color (decimal): -12033200 or 5268296. OLE color: 5268296.
HSL color Cylindrical-coordinate representation of color #486350: hue angle of 137.78º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #486350 is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 72 | 99 | 80 | - |
| CMYK | 0.27 | 0 | 0.19 | 0.61 |
| HSL | 137.78º | 0.16% | 0.34% | - |
| HSV(B) | 137.78º | 0.27% | 0.39% | - |
| XYZ | 8.58 | 10.88 | 9.24 | - |
| YUV | 88.76 | 123.05 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 99 | 80 | 0.27 | 0 | 0.19 | 0.61 | 137.78 | 0.16 | 0.34 |
| Hex | 48 | 63 | 50 | 1B | 0 | 13 | 3D | 8A | 10 | 22 |
| Octal | 110 | 143 | 120 | 33 | 0 | 23 | 75 | 212 | 20 | 42 |
| Binary | 1001000 | 1100011 | 1010000 | 11011 | 0 | 10011 | 111101 | 10001010 | 10000 | 100010 |
Color Harmonies of #486350
Complementary color
Monochromatic Colors of #486350
Black with #486350
Text Example
Text Example
White with #486350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486350; }
p { color: rgb(72,99,80); }
H1.HeaderClassName
{
color: #486350;
}
.AnyTagClassName
{
color: #486350;
}
</style>
background-color css
<style>
a { background-color: #486350; }
a { background-color: rgb(72,99,80); }
div.DivClassName
{
background-color: #486350;
}
.BgClassName
{
background-color: #486350;
}
</style>
border-color css
<style>
span { border-color: #486350; }
span { border-color: rgb(72,99,80); }
td.TdClassName
{
border-color: #486350;
}
.TagClassName
{
border-color: #486350;
}
</style>