Shades of Feldgrau #455249
Tints of Feldgrau #455249
RGB
CMYK
RGB Variations
Color information
#455249 (or 0x455249) is known color: Feldgrau. HEX triplet: 45, 52 and 49. RGB value is (69,82,73). Sum of RGB (Red+Green+Blue) = 69+82+73=224 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.80% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 73 (28.91% from 255 or 32.59% from 224); Max value from RGB is 82 - color contains mainly: green. Hex color #455249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455249 is #BAADB6. Grayscale: #4D4D4D. Windows color (decimal): -12234167 or 4805189. OLE color: 4805189.
HSL color Cylindrical-coordinate representation of color #455249: hue angle of 138.46º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #455249 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 69 | 82 | 73 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.68 |
| HSL | 138.46º | 0.09% | 0.3% | - |
| HSV(B) | 138.46º | 0.16% | 0.32% | - |
| XYZ | 6.67 | 7.78 | 7.45 | - |
| YUV | 77.09 | 125.69 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 82 | 73 | 0.16 | 0 | 0.11 | 0.68 | 138.46 | 0.09 | 0.3 |
| Hex | 45 | 52 | 49 | 10 | 0 | B | 44 | 8A | 9 | 1E |
| Octal | 105 | 122 | 111 | 20 | 0 | 13 | 104 | 212 | 11 | 36 |
| Binary | 1000101 | 1010010 | 1001001 | 10000 | 0 | 1011 | 1000100 | 10001010 | 1001 | 11110 |
Color Harmonies of #455249
Complementary color
Monochromatic Colors of #455249
Black with #455249
Text Example
Text Example
White with #455249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455249; }
p { color: rgb(69,82,73); }
H1.HeaderClassName
{
color: #455249;
}
.AnyTagClassName
{
color: #455249;
}
</style>
background-color css
<style>
a { background-color: #455249; }
a { background-color: rgb(69,82,73); }
div.DivClassName
{
background-color: #455249;
}
.BgClassName
{
background-color: #455249;
}
</style>
border-color css
<style>
span { border-color: #455249; }
span { border-color: rgb(69,82,73); }
td.TdClassName
{
border-color: #455249;
}
.TagClassName
{
border-color: #455249;
}
</style>