Shades of Mineral Green #48674D
Tints of Mineral Green #48674D
RGB
CMYK
RGB Variations
Color information
#48674D (or 0x48674D) is known color: Mineral Green. HEX triplet: 48, 67 and 4D. RGB value is (72,103,77). Sum of RGB (Red+Green+Blue) = 72+103+77=252 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.57% from 252); Green value is 103 (40.62% from 255 or 40.87% from 252); Blue value is 77 (30.47% from 255 or 30.56% from 252); Max value from RGB is 103 - color contains mainly: green. Hex color #48674D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48674D is #B798B2. Grayscale: #5A5A5A. Windows color (decimal): -12032179 or 5072712. OLE color: 5072712.
HSL color Cylindrical-coordinate representation of color #48674D: hue angle of 129.68º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #48674D is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 103 | 77 | - |
| CMYK | 0.30 | 0 | 0.25 | 0.60 |
| HSL | 129.68º | 0.18% | 0.34% | - |
| HSV(B) | 129.68º | 0.3% | 0.4% | - |
| XYZ | 8.86 | 11.61 | 8.8 | - |
| YUV | 90.77 | 120.23 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 103 | 77 | 0.30 | 0 | 0.25 | 0.60 | 129.68 | 0.18 | 0.34 |
| Hex | 48 | 67 | 4D | 1E | 0 | 19 | 3C | 82 | 12 | 22 |
| Octal | 110 | 147 | 115 | 36 | 0 | 31 | 74 | 202 | 22 | 42 |
| Binary | 1001000 | 1100111 | 1001101 | 11110 | 0 | 11001 | 111100 | 10000010 | 10010 | 100010 |
Color Harmonies of #48674D
Complementary color
Monochromatic Colors of #48674D
Black with #48674D
Text Example
Text Example
White with #48674D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48674D; }
p { color: rgb(72,103,77); }
H1.HeaderClassName
{
color: #48674D;
}
.AnyTagClassName
{
color: #48674D;
}
</style>
background-color css
<style>
a { background-color: #48674D; }
a { background-color: rgb(72,103,77); }
div.DivClassName
{
background-color: #48674D;
}
.BgClassName
{
background-color: #48674D;
}
</style>
border-color css
<style>
span { border-color: #48674D; }
span { border-color: rgb(72,103,77); }
td.TdClassName
{
border-color: #48674D;
}
.TagClassName
{
border-color: #48674D;
}
</style>