Shades of Mineral Green #486D52
Tints of Mineral Green #486D52
RGB
CMYK
RGB Variations
Color information
#486D52 (or 0x486D52) is known color: Mineral Green. HEX triplet: 48, 6D and 52. RGB value is (72,109,82). Sum of RGB (Red+Green+Blue) = 72+109+82=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 109 (42.97% from 255 or 41.44% from 263); Blue value is 82 (32.42% from 255 or 31.18% from 263); Max value from RGB is 109 - color contains mainly: green. Hex color #486D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486D52 is #B792AD. Grayscale: #5E5E5E. Windows color (decimal): -12030638 or 5401928. OLE color: 5401928.
HSL color Cylindrical-coordinate representation of color #486D52: hue angle of 136.22º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #486D52 is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 72 | 109 | 82 | - |
| CMYK | 0.34 | 0 | 0.25 | 0.57 |
| HSL | 136.22º | 0.2% | 0.35% | - |
| HSV(B) | 136.22º | 0.34% | 0.43% | - |
| XYZ | 9.66 | 12.92 | 9.97 | - |
| YUV | 94.86 | 120.74 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 109 | 82 | 0.34 | 0 | 0.25 | 0.57 | 136.22 | 0.2 | 0.35 |
| Hex | 48 | 6D | 52 | 22 | 0 | 19 | 39 | 88 | 14 | 23 |
| Octal | 110 | 155 | 122 | 42 | 0 | 31 | 71 | 210 | 24 | 43 |
| Binary | 1001000 | 1101101 | 1010010 | 100010 | 0 | 11001 | 111001 | 10001000 | 10100 | 100011 |
Color Harmonies of #486D52
Complementary color
Monochromatic Colors of #486D52
Black with #486D52
Text Example
Text Example
White with #486D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486D52; }
p { color: rgb(72,109,82); }
H1.HeaderClassName
{
color: #486D52;
}
.AnyTagClassName
{
color: #486D52;
}
</style>
background-color css
<style>
a { background-color: #486D52; }
a { background-color: rgb(72,109,82); }
div.DivClassName
{
background-color: #486D52;
}
.BgClassName
{
background-color: #486D52;
}
</style>
border-color css
<style>
span { border-color: #486D52; }
span { border-color: rgb(72,109,82); }
td.TdClassName
{
border-color: #486D52;
}
.TagClassName
{
border-color: #486D52;
}
</style>