Shades of Mineral Green #4A664F
Tints of Mineral Green #4A664F
RGB
CMYK
RGB Variations
Color information
#4A664F (or 0x4A664F) is known color: Mineral Green. HEX triplet: 4A, 66 and 4F. RGB value is (74,102,79). Sum of RGB (Red+Green+Blue) = 74+102+79=255 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.02% from 255); Green value is 102 (40.23% from 255 or 40% from 255); Blue value is 79 (31.25% from 255 or 30.98% from 255); Max value from RGB is 102 - color contains mainly: green. Hex color #4A664F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A664F is #B599B0. Grayscale: #5B5B5B. Windows color (decimal): -11901361 or 5203530. OLE color: 5203530.
HSL color Cylindrical-coordinate representation of color #4A664F: hue angle of 130.71º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4A664F is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 74 | 102 | 79 | - |
| CMYK | 0.27 | 0 | 0.23 | 0.6 |
| HSL | 130.71º | 0.16% | 0.35% | - |
| HSV(B) | 130.71º | 0.27% | 0.4% | - |
| XYZ | 8.99 | 11.52 | 9.15 | - |
| YUV | 91.01 | 121.22 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 102 | 79 | 0.27 | 0 | 0.23 | 0.6 | 130.71 | 0.16 | 0.35 |
| Hex | 4A | 66 | 4F | 1B | 0 | 17 | 3C | 83 | 10 | 23 |
| Octal | 112 | 146 | 117 | 33 | 0 | 27 | 74 | 203 | 20 | 43 |
| Binary | 1001010 | 1100110 | 1001111 | 11011 | 0 | 10111 | 111100 | 10000011 | 10000 | 100011 |
Color Harmonies of #4A664F
Complementary color
Monochromatic Colors of #4A664F
Black with #4A664F
Text Example
Text Example
White with #4A664F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A664F; }
p { color: rgb(74,102,79); }
H1.HeaderClassName
{
color: #4A664F;
}
.AnyTagClassName
{
color: #4A664F;
}
</style>
background-color css
<style>
a { background-color: #4A664F; }
a { background-color: rgb(74,102,79); }
div.DivClassName
{
background-color: #4A664F;
}
.BgClassName
{
background-color: #4A664F;
}
</style>
border-color css
<style>
span { border-color: #4A664F; }
span { border-color: rgb(74,102,79); }
td.TdClassName
{
border-color: #4A664F;
}
.TagClassName
{
border-color: #4A664F;
}
</style>