Shades of Mineral Green #486853
Tints of Mineral Green #486853
RGB
CMYK
RGB Variations
Color information
#486853 (or 0x486853) is known color: Mineral Green. HEX triplet: 48, 68 and 53. RGB value is (72,104,83). Sum of RGB (Red+Green+Blue) = 72+104+83=259 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.80% from 259); Green value is 104 (41.02% from 255 or 40.15% from 259); Blue value is 83 (32.81% from 255 or 32.05% from 259); Max value from RGB is 104 - color contains mainly: green. Hex color #486853 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486853 is #B797AC. Grayscale: #5C5C5C. Windows color (decimal): -12031917 or 5466184. OLE color: 5466184.
HSL color Cylindrical-coordinate representation of color #486853: hue angle of 140.62º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #486853 is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 72 | 104 | 83 | - |
| CMYK | 0.31 | 0 | 0.20 | 0.59 |
| HSL | 140.63º | 0.18% | 0.35% | - |
| HSV(B) | 140.63º | 0.31% | 0.41% | - |
| XYZ | 9.18 | 11.9 | 10 | - |
| YUV | 92.04 | 122.9 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 104 | 83 | 0.31 | 0 | 0.20 | 0.59 | 140.63 | 0.18 | 0.35 |
| Hex | 48 | 68 | 53 | 1F | 0 | 14 | 3B | 8D | 12 | 23 |
| Octal | 110 | 150 | 123 | 37 | 0 | 24 | 73 | 215 | 22 | 43 |
| Binary | 1001000 | 1101000 | 1010011 | 11111 | 0 | 10100 | 111011 | 10001101 | 10010 | 100011 |
Color Harmonies of #486853
Complementary color
Monochromatic Colors of #486853
Black with #486853
Text Example
Text Example
White with #486853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486853; }
p { color: rgb(72,104,83); }
H1.HeaderClassName
{
color: #486853;
}
.AnyTagClassName
{
color: #486853;
}
</style>
background-color css
<style>
a { background-color: #486853; }
a { background-color: rgb(72,104,83); }
div.DivClassName
{
background-color: #486853;
}
.BgClassName
{
background-color: #486853;
}
</style>
border-color css
<style>
span { border-color: #486853; }
span { border-color: rgb(72,104,83); }
td.TdClassName
{
border-color: #486853;
}
.TagClassName
{
border-color: #486853;
}
</style>