Shades of Mineral Green #4A584D
Tints of Mineral Green #4A584D
RGB
CMYK
RGB Variations
Color information
#4A584D (or 0x4A584D) is known color: Mineral Green. HEX triplet: 4A, 58 and 4D. RGB value is (74,88,77). Sum of RGB (Red+Green+Blue) = 74+88+77=239 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.96% from 239); Green value is 88 (34.77% from 255 or 36.82% from 239); Blue value is 77 (30.47% from 255 or 32.22% from 239); Max value from RGB is 88 - color contains mainly: green. Hex color #4A584D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A584D is #B5A7B2. Grayscale: #525252. Windows color (decimal): -11904947 or 5068874. OLE color: 5068874.
HSL color Cylindrical-coordinate representation of color #4A584D: hue angle of 132.86º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4A584D is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 88 | 77 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.65 |
| HSL | 132.86º | 0.09% | 0.32% | - |
| HSV(B) | 132.86º | 0.16% | 0.35% | - |
| XYZ | 7.65 | 8.97 | 8.35 | - |
| YUV | 82.56 | 124.86 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 88 | 77 | 0.16 | 0 | 0.12 | 0.65 | 132.86 | 0.09 | 0.32 |
| Hex | 4A | 58 | 4D | 10 | 0 | C | 41 | 85 | 9 | 20 |
| Octal | 112 | 130 | 115 | 20 | 0 | 14 | 101 | 205 | 11 | 40 |
| Binary | 1001010 | 1011000 | 1001101 | 10000 | 0 | 1100 | 1000001 | 10000101 | 1001 | 100000 |
Color Harmonies of #4A584D
Complementary color
Monochromatic Colors of #4A584D
Black with #4A584D
Text Example
Text Example
White with #4A584D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A584D; }
p { color: rgb(74,88,77); }
H1.HeaderClassName
{
color: #4A584D;
}
.AnyTagClassName
{
color: #4A584D;
}
</style>
background-color css
<style>
a { background-color: #4A584D; }
a { background-color: rgb(74,88,77); }
div.DivClassName
{
background-color: #4A584D;
}
.BgClassName
{
background-color: #4A584D;
}
</style>
border-color css
<style>
span { border-color: #4A584D; }
span { border-color: rgb(74,88,77); }
td.TdClassName
{
border-color: #4A584D;
}
.TagClassName
{
border-color: #4A584D;
}
</style>