Shades of Mineral Green #4A674F
Tints of Mineral Green #4A674F
RGB
CMYK
RGB Variations
Color information
#4A674F (or 0x4A674F) is known color: Mineral Green. HEX triplet: 4A, 67 and 4F. RGB value is (74,103,79). Sum of RGB (Red+Green+Blue) = 74+103+79=256 (33% of max value = 765). Red value is 74 (29.30% from 255 or 28.91% from 256); Green value is 103 (40.62% from 255 or 40.23% from 256); Blue value is 79 (31.25% from 255 or 30.86% from 256); Max value from RGB is 103 - color contains mainly: green. Hex color #4A674F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A674F is #B598B0. Grayscale: #5B5B5B. Windows color (decimal): -11901105 or 5203786. OLE color: 5203786.
HSL color Cylindrical-coordinate representation of color #4A674F: hue angle of 130.34º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4A674F is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 74 | 103 | 79 | - |
| CMYK | 0.28 | 0 | 0.23 | 0.60 |
| HSL | 130.34º | 0.16% | 0.35% | - |
| HSV(B) | 130.34º | 0.28% | 0.4% | - |
| XYZ | 9.09 | 11.72 | 9.18 | - |
| YUV | 91.59 | 120.89 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 103 | 79 | 0.28 | 0 | 0.23 | 0.60 | 130.34 | 0.16 | 0.35 |
| Hex | 4A | 67 | 4F | 1C | 0 | 17 | 3C | 82 | 10 | 23 |
| Octal | 112 | 147 | 117 | 34 | 0 | 27 | 74 | 202 | 20 | 43 |
| Binary | 1001010 | 1100111 | 1001111 | 11100 | 0 | 10111 | 111100 | 10000010 | 10000 | 100011 |
Color Harmonies of #4A674F
Complementary color
Monochromatic Colors of #4A674F
Black with #4A674F
Text Example
Text Example
White with #4A674F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A674F; }
p { color: rgb(74,103,79); }
H1.HeaderClassName
{
color: #4A674F;
}
.AnyTagClassName
{
color: #4A674F;
}
</style>
background-color css
<style>
a { background-color: #4A674F; }
a { background-color: rgb(74,103,79); }
div.DivClassName
{
background-color: #4A674F;
}
.BgClassName
{
background-color: #4A674F;
}
</style>
border-color css
<style>
span { border-color: #4A674F; }
span { border-color: rgb(74,103,79); }
td.TdClassName
{
border-color: #4A674F;
}
.TagClassName
{
border-color: #4A674F;
}
</style>