Shades of Mineral Green #48674F
Tints of Mineral Green #48674F
RGB
CMYK
RGB Variations
Color information
#48674F (or 0x48674F) is known color: Mineral Green. HEX triplet: 48, 67 and 4F. RGB value is (72,103,79). Sum of RGB (Red+Green+Blue) = 72+103+79=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 103 (40.62% from 255 or 40.55% from 254); Blue value is 79 (31.25% from 255 or 31.10% from 254); Max value from RGB is 103 - color contains mainly: green. Hex color #48674F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48674F is #B798B0. Grayscale: #5B5B5B. Windows color (decimal): -12032177 or 5203784. OLE color: 5203784.
HSL color Cylindrical-coordinate representation of color #48674F: hue angle of 133.55º 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 #48674F is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 103 | 79 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.60 |
| HSL | 133.55º | 0.18% | 0.34% | - |
| HSV(B) | 133.55º | 0.3% | 0.4% | - |
| XYZ | 8.93 | 11.64 | 9.17 | - |
| YUV | 91 | 121.23 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 103 | 79 | 0.30 | 0 | 0.23 | 0.60 | 133.55 | 0.18 | 0.34 |
| Hex | 48 | 67 | 4F | 1E | 0 | 17 | 3C | 86 | 12 | 22 |
| Octal | 110 | 147 | 117 | 36 | 0 | 27 | 74 | 206 | 22 | 42 |
| Binary | 1001000 | 1100111 | 1001111 | 11110 | 0 | 10111 | 111100 | 10000110 | 10010 | 100010 |
Color Harmonies of #48674F
Complementary color
Monochromatic Colors of #48674F
Black with #48674F
Text Example
Text Example
White with #48674F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48674F; }
p { color: rgb(72,103,79); }
H1.HeaderClassName
{
color: #48674F;
}
.AnyTagClassName
{
color: #48674F;
}
</style>
background-color css
<style>
a { background-color: #48674F; }
a { background-color: rgb(72,103,79); }
div.DivClassName
{
background-color: #48674F;
}
.BgClassName
{
background-color: #48674F;
}
</style>
border-color css
<style>
span { border-color: #48674F; }
span { border-color: rgb(72,103,79); }
td.TdClassName
{
border-color: #48674F;
}
.TagClassName
{
border-color: #48674F;
}
</style>