Shades of Mineral Green #455949
Tints of Mineral Green #455949
RGB
CMYK
RGB Variations
Color information
#455949 (or 0x455949) is known color: Mineral Green. HEX triplet: 45, 59 and 49. RGB value is (69,89,73). Sum of RGB (Red+Green+Blue) = 69+89+73=231 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.87% from 231); Green value is 89 (35.16% from 255 or 38.53% from 231); Blue value is 73 (28.91% from 255 or 31.60% from 231); Max value from RGB is 89 - color contains mainly: green. Hex color #455949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455949 is #BAA6B6. Grayscale: #515151. Windows color (decimal): -12232375 or 4806981. OLE color: 4806981.
HSL color Cylindrical-coordinate representation of color #455949: hue angle of 132º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #455949 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 89 | 73 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.65 |
| HSL | 132º | 0.13% | 0.31% | - |
| HSV(B) | 132º | 0.22% | 0.35% | - |
| XYZ | 7.23 | 8.89 | 7.64 | - |
| YUV | 81.2 | 123.37 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 89 | 73 | 0.22 | 0 | 0.18 | 0.65 | 132 | 0.13 | 0.31 |
| Hex | 45 | 59 | 49 | 16 | 0 | 12 | 41 | 84 | D | 1F |
| Octal | 105 | 131 | 111 | 26 | 0 | 22 | 101 | 204 | 15 | 37 |
| Binary | 1000101 | 1011001 | 1001001 | 10110 | 0 | 10010 | 1000001 | 10000100 | 1101 | 11111 |
Color Harmonies of #455949
Complementary color
Monochromatic Colors of #455949
Black with #455949
Text Example
Text Example
White with #455949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455949; }
p { color: rgb(69,89,73); }
H1.HeaderClassName
{
color: #455949;
}
.AnyTagClassName
{
color: #455949;
}
</style>
background-color css
<style>
a { background-color: #455949; }
a { background-color: rgb(69,89,73); }
div.DivClassName
{
background-color: #455949;
}
.BgClassName
{
background-color: #455949;
}
</style>
border-color css
<style>
span { border-color: #455949; }
span { border-color: rgb(69,89,73); }
td.TdClassName
{
border-color: #455949;
}
.TagClassName
{
border-color: #455949;
}
</style>