Shades of Mineral Green #406A4D
Tints of Mineral Green #406A4D
RGB
CMYK
RGB Variations
Color information
#406A4D (or 0x406A4D) is known color: Mineral Green. HEX triplet: 40, 6A and 4D. RGB value is (64,106,77). Sum of RGB (Red+Green+Blue) = 64+106+77=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 106 (41.80% from 255 or 42.91% from 247); Blue value is 77 (30.47% from 255 or 31.17% from 247); Max value from RGB is 106 - color contains mainly: green. Hex color #406A4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406A4D is #BF95B2. Grayscale: #5A5A5A. Windows color (decimal): -12555699 or 5073472. OLE color: 5073472.
HSL color Cylindrical-coordinate representation of color #406A4D: hue angle of 138.57º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #406A4D is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 64 | 106 | 77 | - |
| CMYK | 0.40 | 0 | 0.27 | 0.58 |
| HSL | 138.57º | 0.25% | 0.33% | - |
| HSV(B) | 138.57º | 0.4% | 0.42% | - |
| XYZ | 8.61 | 11.93 | 8.87 | - |
| YUV | 90.14 | 120.59 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 106 | 77 | 0.40 | 0 | 0.27 | 0.58 | 138.57 | 0.25 | 0.33 |
| Hex | 40 | 6A | 4D | 28 | 0 | 1B | 3A | 8B | 19 | 21 |
| Octal | 100 | 152 | 115 | 50 | 0 | 33 | 72 | 213 | 31 | 41 |
| Binary | 1000000 | 1101010 | 1001101 | 101000 | 0 | 11011 | 111010 | 10001011 | 11001 | 100001 |
Color Harmonies of #406A4D
Complementary color
Monochromatic Colors of #406A4D
Black with #406A4D
Text Example
Text Example
White with #406A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406A4D; }
p { color: rgb(64,106,77); }
H1.HeaderClassName
{
color: #406A4D;
}
.AnyTagClassName
{
color: #406A4D;
}
</style>
background-color css
<style>
a { background-color: #406A4D; }
a { background-color: rgb(64,106,77); }
div.DivClassName
{
background-color: #406A4D;
}
.BgClassName
{
background-color: #406A4D;
}
</style>
border-color css
<style>
span { border-color: #406A4D; }
span { border-color: rgb(64,106,77); }
td.TdClassName
{
border-color: #406A4D;
}
.TagClassName
{
border-color: #406A4D;
}
</style>