Shades of Feldgrau #455549
Tints of Feldgrau #455549
RGB
CMYK
RGB Variations
Color information
#455549 (or 0x455549) is known color: Feldgrau. HEX triplet: 45, 55 and 49. RGB value is (69,85,73). Sum of RGB (Red+Green+Blue) = 69+85+73=227 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.40% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 73 (28.91% from 255 or 32.16% from 227); Max value from RGB is 85 - color contains mainly: green. Hex color #455549 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455549 is #BAAAB6. Grayscale: #4E4E4E. Windows color (decimal): -12233399 or 4805957. OLE color: 4805957.
HSL color Cylindrical-coordinate representation of color #455549: hue angle of 135º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #455549 is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 85 | 73 | - |
| CMYK | 0.19 | 0 | 0.14 | 0.67 |
| HSL | 135º | 0.1% | 0.3% | - |
| HSV(B) | 135º | 0.19% | 0.33% | - |
| XYZ | 6.91 | 8.24 | 7.53 | - |
| YUV | 78.85 | 124.7 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 85 | 73 | 0.19 | 0 | 0.14 | 0.67 | 135 | 0.1 | 0.3 |
| Hex | 45 | 55 | 49 | 13 | 0 | E | 43 | 87 | A | 1E |
| Octal | 105 | 125 | 111 | 23 | 0 | 16 | 103 | 207 | 12 | 36 |
| Binary | 1000101 | 1010101 | 1001001 | 10011 | 0 | 1110 | 1000011 | 10000111 | 1010 | 11110 |
Color Harmonies of #455549
Complementary color
Monochromatic Colors of #455549
Black with #455549
Text Example
Text Example
White with #455549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455549; }
p { color: rgb(69,85,73); }
H1.HeaderClassName
{
color: #455549;
}
.AnyTagClassName
{
color: #455549;
}
</style>
background-color css
<style>
a { background-color: #455549; }
a { background-color: rgb(69,85,73); }
div.DivClassName
{
background-color: #455549;
}
.BgClassName
{
background-color: #455549;
}
</style>
border-color css
<style>
span { border-color: #455549; }
span { border-color: rgb(69,85,73); }
td.TdClassName
{
border-color: #455549;
}
.TagClassName
{
border-color: #455549;
}
</style>