Shades of Mineral Green #466B53
Tints of Mineral Green #466B53
RGB
CMYK
RGB Variations
Color information
#466B53 (or 0x466B53) is known color: Mineral Green. HEX triplet: 46, 6B and 53. RGB value is (70,107,83). Sum of RGB (Red+Green+Blue) = 70+107+83=260 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.92% from 260); Green value is 107 (42.19% from 255 or 41.15% from 260); Blue value is 83 (32.81% from 255 or 31.92% from 260); Max value from RGB is 107 - color contains mainly: green. Hex color #466B53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466B53 is #B994AC. Grayscale: #5D5D5D. Windows color (decimal): -12162221 or 5466950. OLE color: 5466950.
HSL color Cylindrical-coordinate representation of color #466B53: hue angle of 141.08º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #466B53 is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 107 | 83 | - |
| CMYK | 0.35 | 0 | 0.22 | 0.58 |
| HSL | 141.08º | 0.21% | 0.35% | - |
| HSV(B) | 141.08º | 0.35% | 0.42% | - |
| XYZ | 9.34 | 12.44 | 10.09 | - |
| YUV | 93.2 | 122.24 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 107 | 83 | 0.35 | 0 | 0.22 | 0.58 | 141.08 | 0.21 | 0.35 |
| Hex | 46 | 6B | 53 | 23 | 0 | 16 | 3A | 8D | 15 | 23 |
| Octal | 106 | 153 | 123 | 43 | 0 | 26 | 72 | 215 | 25 | 43 |
| Binary | 1000110 | 1101011 | 1010011 | 100011 | 0 | 10110 | 111010 | 10001101 | 10101 | 100011 |
Color Harmonies of #466B53
Complementary color
Monochromatic Colors of #466B53
Black with #466B53
Text Example
Text Example
White with #466B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466B53; }
p { color: rgb(70,107,83); }
H1.HeaderClassName
{
color: #466B53;
}
.AnyTagClassName
{
color: #466B53;
}
</style>
background-color css
<style>
a { background-color: #466B53; }
a { background-color: rgb(70,107,83); }
div.DivClassName
{
background-color: #466B53;
}
.BgClassName
{
background-color: #466B53;
}
</style>
border-color css
<style>
span { border-color: #466B53; }
span { border-color: rgb(70,107,83); }
td.TdClassName
{
border-color: #466B53;
}
.TagClassName
{
border-color: #466B53;
}
</style>