Shades of Mineral Green #4A6953
Tints of Mineral Green #4A6953
RGB
CMYK
RGB Variations
Color information
#4A6953 (or 0x4A6953) is known color: Mineral Green. HEX triplet: 4A, 69 and 53. RGB value is (74,105,83). Sum of RGB (Red+Green+Blue) = 74+105+83=262 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.24% from 262); Green value is 105 (41.41% from 255 or 40.08% from 262); Blue value is 83 (32.81% from 255 or 31.68% from 262); Max value from RGB is 105 - color contains mainly: green. Hex color #4A6953 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6953 is #B596AC. Grayscale: #5D5D5D. Windows color (decimal): -11900589 or 5466442. OLE color: 5466442.
HSL color Cylindrical-coordinate representation of color #4A6953: hue angle of 137.42º 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 #4A6953 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 74 | 105 | 83 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.59 |
| HSL | 137.42º | 0.17% | 0.35% | - |
| HSV(B) | 137.42º | 0.3% | 0.41% | - |
| XYZ | 9.44 | 12.18 | 10.04 | - |
| YUV | 93.22 | 122.23 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 105 | 83 | 0.30 | 0 | 0.21 | 0.59 | 137.42 | 0.17 | 0.35 |
| Hex | 4A | 69 | 53 | 1E | 0 | 15 | 3B | 89 | 11 | 23 |
| Octal | 112 | 151 | 123 | 36 | 0 | 25 | 73 | 211 | 21 | 43 |
| Binary | 1001010 | 1101001 | 1010011 | 11110 | 0 | 10101 | 111011 | 10001001 | 10001 | 100011 |
Color Harmonies of #4A6953
Complementary color
Monochromatic Colors of #4A6953
Black with #4A6953
Text Example
Text Example
White with #4A6953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6953; }
p { color: rgb(74,105,83); }
H1.HeaderClassName
{
color: #4A6953;
}
.AnyTagClassName
{
color: #4A6953;
}
</style>
background-color css
<style>
a { background-color: #4A6953; }
a { background-color: rgb(74,105,83); }
div.DivClassName
{
background-color: #4A6953;
}
.BgClassName
{
background-color: #4A6953;
}
</style>
border-color css
<style>
span { border-color: #4A6953; }
span { border-color: rgb(74,105,83); }
td.TdClassName
{
border-color: #4A6953;
}
.TagClassName
{
border-color: #4A6953;
}
</style>