Shades of Mineral Green #48624D
Tints of Mineral Green #48624D
RGB
CMYK
RGB Variations
Color information
#48624D (or 0x48624D) is known color: Mineral Green. HEX triplet: 48, 62 and 4D. RGB value is (72,98,77). Sum of RGB (Red+Green+Blue) = 72+98+77=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 98 (38.67% from 255 or 39.68% from 247); Blue value is 77 (30.47% from 255 or 31.17% from 247); Max value from RGB is 98 - color contains mainly: green. Hex color #48624D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48624D is #B79DB2. Grayscale: #575757. Windows color (decimal): -12033459 or 5071432. OLE color: 5071432.
HSL color Cylindrical-coordinate representation of color #48624D: hue angle of 131.54º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #48624D is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 72 | 98 | 77 | - |
| CMYK | 0.27 | 0 | 0.21 | 0.62 |
| HSL | 131.54º | 0.15% | 0.33% | - |
| HSV(B) | 131.54º | 0.27% | 0.38% | - |
| XYZ | 8.38 | 10.65 | 8.63 | - |
| YUV | 87.83 | 121.89 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 98 | 77 | 0.27 | 0 | 0.21 | 0.62 | 131.54 | 0.15 | 0.33 |
| Hex | 48 | 62 | 4D | 1B | 0 | 15 | 3E | 84 | F | 21 |
| Octal | 110 | 142 | 115 | 33 | 0 | 25 | 76 | 204 | 17 | 41 |
| Binary | 1001000 | 1100010 | 1001101 | 11011 | 0 | 10101 | 111110 | 10000100 | 1111 | 100001 |
Color Harmonies of #48624D
Complementary color
Monochromatic Colors of #48624D
Black with #48624D
Text Example
Text Example
White with #48624D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48624D; }
p { color: rgb(72,98,77); }
H1.HeaderClassName
{
color: #48624D;
}
.AnyTagClassName
{
color: #48624D;
}
</style>
background-color css
<style>
a { background-color: #48624D; }
a { background-color: rgb(72,98,77); }
div.DivClassName
{
background-color: #48624D;
}
.BgClassName
{
background-color: #48624D;
}
</style>
border-color css
<style>
span { border-color: #48624D; }
span { border-color: rgb(72,98,77); }
td.TdClassName
{
border-color: #48624D;
}
.TagClassName
{
border-color: #48624D;
}
</style>