Shades of Mineral Green #466A51
Tints of Mineral Green #466A51
RGB
CMYK
RGB Variations
Color information
#466A51 (or 0x466A51) is known color: Mineral Green. HEX triplet: 46, 6A and 51. RGB value is (70,106,81). Sum of RGB (Red+Green+Blue) = 70+106+81=257 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.24% from 257); Green value is 106 (41.80% from 255 or 41.25% from 257); Blue value is 81 (32.03% from 255 or 31.52% from 257); Max value from RGB is 106 - color contains mainly: green. Hex color #466A51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466A51 is #B995AE. Grayscale: #5C5C5C. Windows color (decimal): -12162479 or 5335622. OLE color: 5335622.
HSL color Cylindrical-coordinate representation of color #466A51: hue angle of 138.33º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #466A51 is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 106 | 81 | - |
| CMYK | 0.34 | 0 | 0.24 | 0.58 |
| HSL | 138.33º | 0.2% | 0.35% | - |
| HSV(B) | 138.33º | 0.34% | 0.42% | - |
| XYZ | 9.17 | 12.2 | 9.66 | - |
| YUV | 92.39 | 121.57 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 106 | 81 | 0.34 | 0 | 0.24 | 0.58 | 138.33 | 0.2 | 0.35 |
| Hex | 46 | 6A | 51 | 22 | 0 | 18 | 3A | 8A | 14 | 23 |
| Octal | 106 | 152 | 121 | 42 | 0 | 30 | 72 | 212 | 24 | 43 |
| Binary | 1000110 | 1101010 | 1010001 | 100010 | 0 | 11000 | 111010 | 10001010 | 10100 | 100011 |
Color Harmonies of #466A51
Complementary color
Monochromatic Colors of #466A51
Black with #466A51
Text Example
Text Example
White with #466A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466A51; }
p { color: rgb(70,106,81); }
H1.HeaderClassName
{
color: #466A51;
}
.AnyTagClassName
{
color: #466A51;
}
</style>
background-color css
<style>
a { background-color: #466A51; }
a { background-color: rgb(70,106,81); }
div.DivClassName
{
background-color: #466A51;
}
.BgClassName
{
background-color: #466A51;
}
</style>
border-color css
<style>
span { border-color: #466A51; }
span { border-color: rgb(70,106,81); }
td.TdClassName
{
border-color: #466A51;
}
.TagClassName
{
border-color: #466A51;
}
</style>