Shades of Mineral Green #4A6955
Tints of Mineral Green #4A6955
RGB
CMYK
RGB Variations
Color information
#4A6955 (or 0x4A6955) is known color: Mineral Green. HEX triplet: 4A, 69 and 55. RGB value is (74,105,85). Sum of RGB (Red+Green+Blue) = 74+105+85=264 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.03% from 264); Green value is 105 (41.41% from 255 or 39.77% from 264); Blue value is 85 (33.59% from 255 or 32.20% from 264); Max value from RGB is 105 - color contains mainly: green. Hex color #4A6955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6955 is #B596AA. Grayscale: #5D5D5D. Windows color (decimal): -11900587 or 5597514. OLE color: 5597514.
HSL color Cylindrical-coordinate representation of color #4A6955: hue angle of 141.29º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4A6955 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 74 | 105 | 85 | - |
| CMYK | 0.30 | 0 | 0.19 | 0.59 |
| HSL | 141.29º | 0.17% | 0.35% | - |
| HSV(B) | 141.29º | 0.3% | 0.41% | - |
| XYZ | 9.52 | 12.21 | 10.45 | - |
| YUV | 93.45 | 123.23 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 105 | 85 | 0.30 | 0 | 0.19 | 0.59 | 141.29 | 0.17 | 0.35 |
| Hex | 4A | 69 | 55 | 1E | 0 | 13 | 3B | 8D | 11 | 23 |
| Octal | 112 | 151 | 125 | 36 | 0 | 23 | 73 | 215 | 21 | 43 |
| Binary | 1001010 | 1101001 | 1010101 | 11110 | 0 | 10011 | 111011 | 10001101 | 10001 | 100011 |
Color Harmonies of #4A6955
Complementary color
Monochromatic Colors of #4A6955
Black with #4A6955
Text Example
Text Example
White with #4A6955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6955; }
p { color: rgb(74,105,85); }
H1.HeaderClassName
{
color: #4A6955;
}
.AnyTagClassName
{
color: #4A6955;
}
</style>
background-color css
<style>
a { background-color: #4A6955; }
a { background-color: rgb(74,105,85); }
div.DivClassName
{
background-color: #4A6955;
}
.BgClassName
{
background-color: #4A6955;
}
</style>
border-color css
<style>
span { border-color: #4A6955; }
span { border-color: rgb(74,105,85); }
td.TdClassName
{
border-color: #4A6955;
}
.TagClassName
{
border-color: #4A6955;
}
</style>