Shades of Mineral Green #4A644E
Tints of Mineral Green #4A644E
RGB
CMYK
RGB Variations
Color information
#4A644E (or 0x4A644E) is known color: Mineral Green. HEX triplet: 4A, 64 and 4E. RGB value is (74,100,78). Sum of RGB (Red+Green+Blue) = 74+100+78=252 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.37% from 252); Green value is 100 (39.45% from 255 or 39.68% from 252); Blue value is 78 (30.86% from 255 or 30.95% from 252); Max value from RGB is 100 - color contains mainly: green. Hex color #4A644E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A644E is #B59BB1. Grayscale: #595959. Windows color (decimal): -11901874 or 5137482. OLE color: 5137482.
HSL color Cylindrical-coordinate representation of color #4A644E: hue angle of 129.23º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4A644E is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 74 | 100 | 78 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.61 |
| HSL | 129.23º | 0.15% | 0.34% | - |
| HSV(B) | 129.23º | 0.26% | 0.39% | - |
| XYZ | 8.76 | 11.12 | 8.89 | - |
| YUV | 89.72 | 121.39 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 100 | 78 | 0.26 | 0 | 0.22 | 0.61 | 129.23 | 0.15 | 0.34 |
| Hex | 4A | 64 | 4E | 1A | 0 | 16 | 3D | 81 | F | 22 |
| Octal | 112 | 144 | 116 | 32 | 0 | 26 | 75 | 201 | 17 | 42 |
| Binary | 1001010 | 1100100 | 1001110 | 11010 | 0 | 10110 | 111101 | 10000001 | 1111 | 100010 |
Color Harmonies of #4A644E
Complementary color
Monochromatic Colors of #4A644E
Black with #4A644E
Text Example
Text Example
White with #4A644E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A644E; }
p { color: rgb(74,100,78); }
H1.HeaderClassName
{
color: #4A644E;
}
.AnyTagClassName
{
color: #4A644E;
}
</style>
background-color css
<style>
a { background-color: #4A644E; }
a { background-color: rgb(74,100,78); }
div.DivClassName
{
background-color: #4A644E;
}
.BgClassName
{
background-color: #4A644E;
}
</style>
border-color css
<style>
span { border-color: #4A644E; }
span { border-color: rgb(74,100,78); }
td.TdClassName
{
border-color: #4A644E;
}
.TagClassName
{
border-color: #4A644E;
}
</style>