Shades of Mineral Green #4B584E
Tints of Mineral Green #4B584E
RGB
CMYK
RGB Variations
Color information
#4B584E (or 0x4B584E) is known color: Mineral Green. HEX triplet: 4B, 58 and 4E. RGB value is (75,88,78). Sum of RGB (Red+Green+Blue) = 75+88+78=241 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.12% from 241); Green value is 88 (34.77% from 255 or 36.51% from 241); Blue value is 78 (30.86% from 255 or 32.37% from 241); Max value from RGB is 88 - color contains mainly: green. Hex color #4B584E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B584E is #B4A7B1. Grayscale: #525252. Windows color (decimal): -11839410 or 5134411. OLE color: 5134411.
HSL color Cylindrical-coordinate representation of color #4B584E: hue angle of 133.85º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4B584E is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 88 | 78 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.65 |
| HSL | 133.85º | 0.08% | 0.32% | - |
| HSV(B) | 133.85º | 0.15% | 0.35% | - |
| XYZ | 7.77 | 9.03 | 8.54 | - |
| YUV | 82.97 | 125.19 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 88 | 78 | 0.15 | 0 | 0.11 | 0.65 | 133.85 | 0.08 | 0.32 |
| Hex | 4B | 58 | 4E | F | 0 | B | 41 | 86 | 8 | 20 |
| Octal | 113 | 130 | 116 | 17 | 0 | 13 | 101 | 206 | 10 | 40 |
| Binary | 1001011 | 1011000 | 1001110 | 1111 | 0 | 1011 | 1000001 | 10000110 | 1000 | 100000 |
Color Harmonies of #4B584E
Complementary color
Monochromatic Colors of #4B584E
Black with #4B584E
Text Example
Text Example
White with #4B584E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B584E; }
p { color: rgb(75,88,78); }
H1.HeaderClassName
{
color: #4B584E;
}
.AnyTagClassName
{
color: #4B584E;
}
</style>
background-color css
<style>
a { background-color: #4B584E; }
a { background-color: rgb(75,88,78); }
div.DivClassName
{
background-color: #4B584E;
}
.BgClassName
{
background-color: #4B584E;
}
</style>
border-color css
<style>
span { border-color: #4B584E; }
span { border-color: rgb(75,88,78); }
td.TdClassName
{
border-color: #4B584E;
}
.TagClassName
{
border-color: #4B584E;
}
</style>