Shades of Feldgrau #455349
Tints of Feldgrau #455349
RGB
CMYK
RGB Variations
Color information
#455349 (or 0x455349) is known color: Feldgrau. HEX triplet: 45, 53 and 49. RGB value is (69,83,73). Sum of RGB (Red+Green+Blue) = 69+83+73=225 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.67% from 225); Green value is 83 (32.81% from 255 or 36.89% from 225); Blue value is 73 (28.91% from 255 or 32.44% from 225); Max value from RGB is 83 - color contains mainly: green. Hex color #455349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455349 is #BAACB6. Grayscale: #4D4D4D. Windows color (decimal): -12233911 or 4805445. OLE color: 4805445.
HSL color Cylindrical-coordinate representation of color #455349: hue angle of 137.14º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #455349 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 83 | 73 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.67 |
| HSL | 137.14º | 0.09% | 0.3% | - |
| HSV(B) | 137.14º | 0.17% | 0.33% | - |
| XYZ | 6.75 | 7.93 | 7.48 | - |
| YUV | 77.67 | 125.36 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 83 | 73 | 0.17 | 0 | 0.12 | 0.67 | 137.14 | 0.09 | 0.3 |
| Hex | 45 | 53 | 49 | 11 | 0 | C | 43 | 89 | 9 | 1E |
| Octal | 105 | 123 | 111 | 21 | 0 | 14 | 103 | 211 | 11 | 36 |
| Binary | 1000101 | 1010011 | 1001001 | 10001 | 0 | 1100 | 1000011 | 10001001 | 1001 | 11110 |
Color Harmonies of #455349
Complementary color
Monochromatic Colors of #455349
Black with #455349
Text Example
Text Example
White with #455349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455349; }
p { color: rgb(69,83,73); }
H1.HeaderClassName
{
color: #455349;
}
.AnyTagClassName
{
color: #455349;
}
</style>
background-color css
<style>
a { background-color: #455349; }
a { background-color: rgb(69,83,73); }
div.DivClassName
{
background-color: #455349;
}
.BgClassName
{
background-color: #455349;
}
</style>
border-color css
<style>
span { border-color: #455349; }
span { border-color: rgb(69,83,73); }
td.TdClassName
{
border-color: #455349;
}
.TagClassName
{
border-color: #455349;
}
</style>