Shades of Mineral Green #486B50
Tints of Mineral Green #486B50
RGB
CMYK
RGB Variations
Color information
#486B50 (or 0x486B50) is known color: Mineral Green. HEX triplet: 48, 6B and 50. RGB value is (72,107,80). Sum of RGB (Red+Green+Blue) = 72+107+80=259 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.80% from 259); Green value is 107 (42.19% from 255 or 41.31% from 259); Blue value is 80 (31.64% from 255 or 30.89% from 259); Max value from RGB is 107 - color contains mainly: green. Hex color #486B50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486B50 is #B794AF. Grayscale: #5D5D5D. Windows color (decimal): -12031152 or 5270344. OLE color: 5270344.
HSL color Cylindrical-coordinate representation of color #486B50: hue angle of 133.71º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #486B50 is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 72 | 107 | 80 | - |
| CMYK | 0.33 | 0 | 0.25 | 0.58 |
| HSL | 133.71º | 0.2% | 0.35% | - |
| HSV(B) | 133.71º | 0.33% | 0.42% | - |
| XYZ | 9.38 | 12.47 | 9.5 | - |
| YUV | 93.46 | 120.4 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 107 | 80 | 0.33 | 0 | 0.25 | 0.58 | 133.71 | 0.2 | 0.35 |
| Hex | 48 | 6B | 50 | 21 | 0 | 19 | 3A | 86 | 14 | 23 |
| Octal | 110 | 153 | 120 | 41 | 0 | 31 | 72 | 206 | 24 | 43 |
| Binary | 1001000 | 1101011 | 1010000 | 100001 | 0 | 11001 | 111010 | 10000110 | 10100 | 100011 |
Color Harmonies of #486B50
Complementary color
Monochromatic Colors of #486B50
Black with #486B50
Text Example
Text Example
White with #486B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486B50; }
p { color: rgb(72,107,80); }
H1.HeaderClassName
{
color: #486B50;
}
.AnyTagClassName
{
color: #486B50;
}
</style>
background-color css
<style>
a { background-color: #486B50; }
a { background-color: rgb(72,107,80); }
div.DivClassName
{
background-color: #486B50;
}
.BgClassName
{
background-color: #486B50;
}
</style>
border-color css
<style>
span { border-color: #486B50; }
span { border-color: rgb(72,107,80); }
td.TdClassName
{
border-color: #486B50;
}
.TagClassName
{
border-color: #486B50;
}
</style>