Shades of Mineral Green #466A52
Tints of Mineral Green #466A52
RGB
CMYK
RGB Variations
Color information
#466A52 (or 0x466A52) is known color: Mineral Green. HEX triplet: 46, 6A and 52. RGB value is (70,106,82). Sum of RGB (Red+Green+Blue) = 70+106+82=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 106 (41.80% from 255 or 41.09% from 258); Blue value is 82 (32.42% from 255 or 31.78% from 258); Max value from RGB is 106 - color contains mainly: green. Hex color #466A52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466A52 is #B995AD. Grayscale: #5C5C5C. Windows color (decimal): -12162478 or 5401158. OLE color: 5401158.
HSL color Cylindrical-coordinate representation of color #466A52: hue angle of 140º 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 #466A52 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 106 | 82 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.58 |
| HSL | 140º | 0.2% | 0.35% | - |
| HSV(B) | 140º | 0.34% | 0.42% | - |
| XYZ | 9.2 | 12.22 | 9.86 | - |
| YUV | 92.5 | 122.07 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 106 | 82 | 0.34 | 0 | 0.23 | 0.58 | 140 | 0.2 | 0.35 |
| Hex | 46 | 6A | 52 | 22 | 0 | 17 | 3A | 8C | 14 | 23 |
| Octal | 106 | 152 | 122 | 42 | 0 | 27 | 72 | 214 | 24 | 43 |
| Binary | 1000110 | 1101010 | 1010010 | 100010 | 0 | 10111 | 111010 | 10001100 | 10100 | 100011 |
Color Harmonies of #466A52
Complementary color
Monochromatic Colors of #466A52
Black with #466A52
Text Example
Text Example
White with #466A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466A52; }
p { color: rgb(70,106,82); }
H1.HeaderClassName
{
color: #466A52;
}
.AnyTagClassName
{
color: #466A52;
}
</style>
background-color css
<style>
a { background-color: #466A52; }
a { background-color: rgb(70,106,82); }
div.DivClassName
{
background-color: #466A52;
}
.BgClassName
{
background-color: #466A52;
}
</style>
border-color css
<style>
span { border-color: #466A52; }
span { border-color: rgb(70,106,82); }
td.TdClassName
{
border-color: #466A52;
}
.TagClassName
{
border-color: #466A52;
}
</style>