Shades of Mineral Green #486850
Tints of Mineral Green #486850
RGB
CMYK
RGB Variations
Color information
#486850 (or 0x486850) is known color: Mineral Green. HEX triplet: 48, 68 and 50. RGB value is (72,104,80). Sum of RGB (Red+Green+Blue) = 72+104+80=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 104 (41.02% from 255 or 40.62% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 104 - color contains mainly: green. Hex color #486850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486850 is #B797AF. Grayscale: #5B5B5B. Windows color (decimal): -12031920 or 5269576. OLE color: 5269576.
HSL color Cylindrical-coordinate representation of color #486850: hue angle of 135º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #486850 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 72 | 104 | 80 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.59 |
| HSL | 135º | 0.18% | 0.35% | - |
| HSV(B) | 135º | 0.31% | 0.41% | - |
| XYZ | 9.07 | 11.86 | 9.4 | - |
| YUV | 91.7 | 121.4 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 104 | 80 | 0.31 | 0 | 0.23 | 0.59 | 135 | 0.18 | 0.35 |
| Hex | 48 | 68 | 50 | 1F | 0 | 17 | 3B | 87 | 12 | 23 |
| Octal | 110 | 150 | 120 | 37 | 0 | 27 | 73 | 207 | 22 | 43 |
| Binary | 1001000 | 1101000 | 1010000 | 11111 | 0 | 10111 | 111011 | 10000111 | 10010 | 100011 |
Color Harmonies of #486850
Complementary color
Monochromatic Colors of #486850
Black with #486850
Text Example
Text Example
White with #486850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486850; }
p { color: rgb(72,104,80); }
H1.HeaderClassName
{
color: #486850;
}
.AnyTagClassName
{
color: #486850;
}
</style>
background-color css
<style>
a { background-color: #486850; }
a { background-color: rgb(72,104,80); }
div.DivClassName
{
background-color: #486850;
}
.BgClassName
{
background-color: #486850;
}
</style>
border-color css
<style>
span { border-color: #486850; }
span { border-color: rgb(72,104,80); }
td.TdClassName
{
border-color: #486850;
}
.TagClassName
{
border-color: #486850;
}
</style>