Shades of Mineral Green #48624C
Tints of Mineral Green #48624C
RGB
CMYK
RGB Variations
Color information
#48624C (or 0x48624C) is known color: Mineral Green. HEX triplet: 48, 62 and 4C. RGB value is (72,98,76). Sum of RGB (Red+Green+Blue) = 72+98+76=246 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.27% from 246); Green value is 98 (38.67% from 255 or 39.84% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 98 - color contains mainly: green. Hex color #48624C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48624C is #B79DB3. Grayscale: #575757. Windows color (decimal): -12033460 or 5005896. OLE color: 5005896.
HSL color Cylindrical-coordinate representation of color #48624C: hue angle of 129.23º 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 #48624C is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 72 | 98 | 76 | - |
| CMYK | 0.27 | 0 | 0.22 | 0.62 |
| HSL | 129.23º | 0.15% | 0.33% | - |
| HSV(B) | 129.23º | 0.27% | 0.38% | - |
| XYZ | 8.34 | 10.63 | 8.45 | - |
| YUV | 87.72 | 121.39 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 98 | 76 | 0.27 | 0 | 0.22 | 0.62 | 129.23 | 0.15 | 0.33 |
| Hex | 48 | 62 | 4C | 1B | 0 | 16 | 3E | 81 | F | 21 |
| Octal | 110 | 142 | 114 | 33 | 0 | 26 | 76 | 201 | 17 | 41 |
| Binary | 1001000 | 1100010 | 1001100 | 11011 | 0 | 10110 | 111110 | 10000001 | 1111 | 100001 |
Color Harmonies of #48624C
Complementary color
Monochromatic Colors of #48624C
Black with #48624C
Text Example
Text Example
White with #48624C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48624C; }
p { color: rgb(72,98,76); }
H1.HeaderClassName
{
color: #48624C;
}
.AnyTagClassName
{
color: #48624C;
}
</style>
background-color css
<style>
a { background-color: #48624C; }
a { background-color: rgb(72,98,76); }
div.DivClassName
{
background-color: #48624C;
}
.BgClassName
{
background-color: #48624C;
}
</style>
border-color css
<style>
span { border-color: #48624C; }
span { border-color: rgb(72,98,76); }
td.TdClassName
{
border-color: #48624C;
}
.TagClassName
{
border-color: #48624C;
}
</style>