Shades of Mineral Green #4A6451
Tints of Mineral Green #4A6451
RGB
CMYK
RGB Variations
Color information
#4A6451 (or 0x4A6451) is known color: Mineral Green. HEX triplet: 4A, 64 and 51. RGB value is (74,100,81). Sum of RGB (Red+Green+Blue) = 74+100+81=255 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.02% from 255); Green value is 100 (39.45% from 255 or 39.22% from 255); Blue value is 81 (32.03% from 255 or 31.76% from 255); Max value from RGB is 100 - color contains mainly: green. Hex color #4A6451 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6451 is #B59BAE. Grayscale: #5A5A5A. Windows color (decimal): -11901871 or 5334090. OLE color: 5334090.
HSL color Cylindrical-coordinate representation of color #4A6451: hue angle of 136.15º 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 #4A6451 is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 74 | 100 | 81 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.61 |
| HSL | 136.15º | 0.15% | 0.34% | - |
| HSV(B) | 136.15º | 0.26% | 0.39% | - |
| XYZ | 8.87 | 11.16 | 9.47 | - |
| YUV | 90.06 | 122.89 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 100 | 81 | 0.26 | 0 | 0.19 | 0.61 | 136.15 | 0.15 | 0.34 |
| Hex | 4A | 64 | 51 | 1A | 0 | 13 | 3D | 88 | F | 22 |
| Octal | 112 | 144 | 121 | 32 | 0 | 23 | 75 | 210 | 17 | 42 |
| Binary | 1001010 | 1100100 | 1010001 | 11010 | 0 | 10011 | 111101 | 10001000 | 1111 | 100010 |
Color Harmonies of #4A6451
Complementary color
Monochromatic Colors of #4A6451
Black with #4A6451
Text Example
Text Example
White with #4A6451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6451; }
p { color: rgb(74,100,81); }
H1.HeaderClassName
{
color: #4A6451;
}
.AnyTagClassName
{
color: #4A6451;
}
</style>
background-color css
<style>
a { background-color: #4A6451; }
a { background-color: rgb(74,100,81); }
div.DivClassName
{
background-color: #4A6451;
}
.BgClassName
{
background-color: #4A6451;
}
</style>
border-color css
<style>
span { border-color: #4A6451; }
span { border-color: rgb(74,100,81); }
td.TdClassName
{
border-color: #4A6451;
}
.TagClassName
{
border-color: #4A6451;
}
</style>