Shades of Mineral Green #48634E
Tints of Mineral Green #48634E
RGB
CMYK
RGB Variations
Color information
#48634E (or 0x48634E) is known color: Mineral Green. HEX triplet: 48, 63 and 4E. RGB value is (72,99,78). Sum of RGB (Red+Green+Blue) = 72+99+78=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 99 (39.06% from 255 or 39.76% from 249); Blue value is 78 (30.86% from 255 or 31.33% from 249); Max value from RGB is 99 - color contains mainly: green. Hex color #48634E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48634E is #B79CB1. Grayscale: #585858. Windows color (decimal): -12033202 or 5137224. OLE color: 5137224.
HSL color Cylindrical-coordinate representation of color #48634E: hue angle of 133.33º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #48634E is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 72 | 99 | 78 | - |
| CMYK | 0.27 | 0 | 0.21 | 0.61 |
| HSL | 133.33º | 0.16% | 0.34% | - |
| HSV(B) | 133.33º | 0.27% | 0.39% | - |
| XYZ | 8.51 | 10.85 | 8.85 | - |
| YUV | 88.53 | 122.05 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 99 | 78 | 0.27 | 0 | 0.21 | 0.61 | 133.33 | 0.16 | 0.34 |
| Hex | 48 | 63 | 4E | 1B | 0 | 15 | 3D | 85 | 10 | 22 |
| Octal | 110 | 143 | 116 | 33 | 0 | 25 | 75 | 205 | 20 | 42 |
| Binary | 1001000 | 1100011 | 1001110 | 11011 | 0 | 10101 | 111101 | 10000101 | 10000 | 100010 |
Color Harmonies of #48634E
Complementary color
Monochromatic Colors of #48634E
Black with #48634E
Text Example
Text Example
White with #48634E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48634E; }
p { color: rgb(72,99,78); }
H1.HeaderClassName
{
color: #48634E;
}
.AnyTagClassName
{
color: #48634E;
}
</style>
background-color css
<style>
a { background-color: #48634E; }
a { background-color: rgb(72,99,78); }
div.DivClassName
{
background-color: #48634E;
}
.BgClassName
{
background-color: #48634E;
}
</style>
border-color css
<style>
span { border-color: #48634E; }
span { border-color: rgb(72,99,78); }
td.TdClassName
{
border-color: #48634E;
}
.TagClassName
{
border-color: #48634E;
}
</style>