Shades of Mineral Green #406B4D
Tints of Mineral Green #406B4D
RGB
CMYK
RGB Variations
Color information
#406B4D (or 0x406B4D) is known color: Mineral Green. HEX triplet: 40, 6B and 4D. RGB value is (64,107,77). Sum of RGB (Red+Green+Blue) = 64+107+77=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 107 (42.19% from 255 or 43.15% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 107 - color contains mainly: green. Hex color #406B4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406B4D is #BF94B2. Grayscale: #5A5A5A. Windows color (decimal): -12555443 or 5073728. OLE color: 5073728.
HSL color Cylindrical-coordinate representation of color #406B4D: hue angle of 138.14º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #406B4D is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 64 | 107 | 77 | - |
| CMYK | 0.40 | 0 | 0.28 | 0.58 |
| HSL | 138.14º | 0.25% | 0.34% | - |
| HSV(B) | 138.14º | 0.4% | 0.42% | - |
| XYZ | 8.71 | 12.14 | 8.91 | - |
| YUV | 90.72 | 120.25 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 107 | 77 | 0.40 | 0 | 0.28 | 0.58 | 138.14 | 0.25 | 0.34 |
| Hex | 40 | 6B | 4D | 28 | 0 | 1C | 3A | 8A | 19 | 22 |
| Octal | 100 | 153 | 115 | 50 | 0 | 34 | 72 | 212 | 31 | 42 |
| Binary | 1000000 | 1101011 | 1001101 | 101000 | 0 | 11100 | 111010 | 10001010 | 11001 | 100010 |
Color Harmonies of #406B4D
Complementary color
Monochromatic Colors of #406B4D
Black with #406B4D
Text Example
Text Example
White with #406B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406B4D; }
p { color: rgb(64,107,77); }
H1.HeaderClassName
{
color: #406B4D;
}
.AnyTagClassName
{
color: #406B4D;
}
</style>
background-color css
<style>
a { background-color: #406B4D; }
a { background-color: rgb(64,107,77); }
div.DivClassName
{
background-color: #406B4D;
}
.BgClassName
{
background-color: #406B4D;
}
</style>
border-color css
<style>
span { border-color: #406B4D; }
span { border-color: rgb(64,107,77); }
td.TdClassName
{
border-color: #406B4D;
}
.TagClassName
{
border-color: #406B4D;
}
</style>