Shades of Mineral Green #465F4C
Tints of Mineral Green #465F4C
RGB
CMYK
RGB Variations
Color information
#465F4C (or 0x465F4C) is known color: Mineral Green. HEX triplet: 46, 5F and 4C. RGB value is (70,95,76). Sum of RGB (Red+Green+Blue) = 70+95+76=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 95 (37.5% from 255 or 39.42% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 95 - color contains mainly: green. Hex color #465F4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465F4C is #B9A0B3. Grayscale: #555555. Windows color (decimal): -12165300 or 5005126. OLE color: 5005126.
HSL color Cylindrical-coordinate representation of color #465F4C: hue angle of 134.4º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #465F4C is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 70 | 95 | 76 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.63 |
| HSL | 134.4º | 0.15% | 0.32% | - |
| HSV(B) | 134.4º | 0.26% | 0.37% | - |
| XYZ | 7.92 | 10.01 | 8.35 | - |
| YUV | 85.36 | 122.72 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 95 | 76 | 0.26 | 0 | 0.20 | 0.63 | 134.4 | 0.15 | 0.32 |
| Hex | 46 | 5F | 4C | 1A | 0 | 14 | 3F | 86 | F | 20 |
| Octal | 106 | 137 | 114 | 32 | 0 | 24 | 77 | 206 | 17 | 40 |
| Binary | 1000110 | 1011111 | 1001100 | 11010 | 0 | 10100 | 111111 | 10000110 | 1111 | 100000 |
Color Harmonies of #465F4C
Complementary color
Monochromatic Colors of #465F4C
Black with #465F4C
Text Example
Text Example
White with #465F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465F4C; }
p { color: rgb(70,95,76); }
H1.HeaderClassName
{
color: #465F4C;
}
.AnyTagClassName
{
color: #465F4C;
}
</style>
background-color css
<style>
a { background-color: #465F4C; }
a { background-color: rgb(70,95,76); }
div.DivClassName
{
background-color: #465F4C;
}
.BgClassName
{
background-color: #465F4C;
}
</style>
border-color css
<style>
span { border-color: #465F4C; }
span { border-color: rgb(70,95,76); }
td.TdClassName
{
border-color: #465F4C;
}
.TagClassName
{
border-color: #465F4C;
}
</style>