Shades of Mineral Green #48624E
Tints of Mineral Green #48624E
RGB
CMYK
RGB Variations
Color information
#48624E (or 0x48624E) is known color: Mineral Green. HEX triplet: 48, 62 and 4E. RGB value is (72,98,78). Sum of RGB (Red+Green+Blue) = 72+98+78=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 98 (38.67% from 255 or 39.52% from 248); Blue value is 78 (30.86% from 255 or 31.45% from 248); Max value from RGB is 98 - color contains mainly: green. Hex color #48624E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48624E is #B79DB1. Grayscale: #585858. Windows color (decimal): -12033458 or 5136968. OLE color: 5136968.
HSL color Cylindrical-coordinate representation of color #48624E: hue angle of 133.85º 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 #48624E is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 72 | 98 | 78 | - |
| CMYK | 0.27 | 0 | 0.20 | 0.62 |
| HSL | 133.85º | 0.15% | 0.33% | - |
| HSV(B) | 133.85º | 0.27% | 0.38% | - |
| XYZ | 8.42 | 10.66 | 8.82 | - |
| YUV | 87.95 | 122.39 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 98 | 78 | 0.27 | 0 | 0.20 | 0.62 | 133.85 | 0.15 | 0.33 |
| Hex | 48 | 62 | 4E | 1B | 0 | 14 | 3E | 86 | F | 21 |
| Octal | 110 | 142 | 116 | 33 | 0 | 24 | 76 | 206 | 17 | 41 |
| Binary | 1001000 | 1100010 | 1001110 | 11011 | 0 | 10100 | 111110 | 10000110 | 1111 | 100001 |
Color Harmonies of #48624E
Complementary color
Monochromatic Colors of #48624E
Black with #48624E
Text Example
Text Example
White with #48624E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48624E; }
p { color: rgb(72,98,78); }
H1.HeaderClassName
{
color: #48624E;
}
.AnyTagClassName
{
color: #48624E;
}
</style>
background-color css
<style>
a { background-color: #48624E; }
a { background-color: rgb(72,98,78); }
div.DivClassName
{
background-color: #48624E;
}
.BgClassName
{
background-color: #48624E;
}
</style>
border-color css
<style>
span { border-color: #48624E; }
span { border-color: rgb(72,98,78); }
td.TdClassName
{
border-color: #48624E;
}
.TagClassName
{
border-color: #48624E;
}
</style>