Shades of Mineral Green #4A614F
Tints of Mineral Green #4A614F
RGB
CMYK
RGB Variations
Color information
#4A614F (or 0x4A614F) is known color: Mineral Green. HEX triplet: 4A, 61 and 4F. RGB value is (74,97,79). Sum of RGB (Red+Green+Blue) = 74+97+79=250 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.6% from 250); Green value is 97 (38.28% from 255 or 38.8% from 250); Blue value is 79 (31.25% from 255 or 31.6% from 250); Max value from RGB is 97 - color contains mainly: green. Hex color #4A614F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A614F is #B59EB0. Grayscale: #585858. Windows color (decimal): -11902641 or 5202250. OLE color: 5202250.
HSL color Cylindrical-coordinate representation of color #4A614F: hue angle of 133.04º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4A614F is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 74 | 97 | 79 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.62 |
| HSL | 133.04º | 0.13% | 0.34% | - |
| HSV(B) | 133.04º | 0.24% | 0.38% | - |
| XYZ | 8.51 | 10.57 | 8.99 | - |
| YUV | 88.07 | 122.88 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 97 | 79 | 0.24 | 0 | 0.19 | 0.62 | 133.04 | 0.13 | 0.34 |
| Hex | 4A | 61 | 4F | 18 | 0 | 13 | 3E | 85 | D | 22 |
| Octal | 112 | 141 | 117 | 30 | 0 | 23 | 76 | 205 | 15 | 42 |
| Binary | 1001010 | 1100001 | 1001111 | 11000 | 0 | 10011 | 111110 | 10000101 | 1101 | 100010 |
Color Harmonies of #4A614F
Complementary color
Monochromatic Colors of #4A614F
Black with #4A614F
Text Example
Text Example
White with #4A614F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A614F; }
p { color: rgb(74,97,79); }
H1.HeaderClassName
{
color: #4A614F;
}
.AnyTagClassName
{
color: #4A614F;
}
</style>
background-color css
<style>
a { background-color: #4A614F; }
a { background-color: rgb(74,97,79); }
div.DivClassName
{
background-color: #4A614F;
}
.BgClassName
{
background-color: #4A614F;
}
</style>
border-color css
<style>
span { border-color: #4A614F; }
span { border-color: rgb(74,97,79); }
td.TdClassName
{
border-color: #4A614F;
}
.TagClassName
{
border-color: #4A614F;
}
</style>