Shades of Mineral Green #48664D
Tints of Mineral Green #48664D
RGB
CMYK
RGB Variations
Color information
#48664D (or 0x48664D) is known color: Mineral Green. HEX triplet: 48, 66 and 4D. RGB value is (72,102,77). Sum of RGB (Red+Green+Blue) = 72+102+77=251 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.69% from 251); Green value is 102 (40.23% from 255 or 40.64% from 251); Blue value is 77 (30.47% from 255 or 30.68% from 251); Max value from RGB is 102 - color contains mainly: green. Hex color #48664D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48664D is #B799B2. Grayscale: #5A5A5A. Windows color (decimal): -12032435 or 5072456. OLE color: 5072456.
HSL color Cylindrical-coordinate representation of color #48664D: hue angle of 130º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #48664D is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 72 | 102 | 77 | - |
| CMYK | 0.29 | 0 | 0.25 | 0.6 |
| HSL | 130º | 0.17% | 0.34% | - |
| HSV(B) | 130º | 0.29% | 0.4% | - |
| XYZ | 8.76 | 11.42 | 8.76 | - |
| YUV | 90.18 | 120.56 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 102 | 77 | 0.29 | 0 | 0.25 | 0.6 | 130 | 0.17 | 0.34 |
| Hex | 48 | 66 | 4D | 1D | 0 | 19 | 3C | 82 | 11 | 22 |
| Octal | 110 | 146 | 115 | 35 | 0 | 31 | 74 | 202 | 21 | 42 |
| Binary | 1001000 | 1100110 | 1001101 | 11101 | 0 | 11001 | 111100 | 10000010 | 10001 | 100010 |
Color Harmonies of #48664D
Complementary color
Monochromatic Colors of #48664D
Black with #48664D
Text Example
Text Example
White with #48664D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48664D; }
p { color: rgb(72,102,77); }
H1.HeaderClassName
{
color: #48664D;
}
.AnyTagClassName
{
color: #48664D;
}
</style>
background-color css
<style>
a { background-color: #48664D; }
a { background-color: rgb(72,102,77); }
div.DivClassName
{
background-color: #48664D;
}
.BgClassName
{
background-color: #48664D;
}
</style>
border-color css
<style>
span { border-color: #48664D; }
span { border-color: rgb(72,102,77); }
td.TdClassName
{
border-color: #48664D;
}
.TagClassName
{
border-color: #48664D;
}
</style>