Shades of Feldgrau #445A49
Tints of Feldgrau #445A49
RGB
CMYK
RGB Variations
Color information
#445A49 (or 0x445A49) is known color: Feldgrau. HEX triplet: 44, 5A and 49. RGB value is (68,90,73). Sum of RGB (Red+Green+Blue) = 68+90+73=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 90 (35.55% from 255 or 38.96% from 231); Blue value is 73 (28.91% from 255 or 31.60% from 231); Max value from RGB is 90 - color contains mainly: green. Hex color #445A49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445A49 is #BBA5B6. Grayscale: #515151. Windows color (decimal): -12297655 or 4807236. OLE color: 4807236.
HSL color Cylindrical-coordinate representation of color #445A49: hue angle of 133.64º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #445A49 is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 68 | 90 | 73 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.65 |
| HSL | 133.64º | 0.14% | 0.31% | - |
| HSV(B) | 133.64º | 0.24% | 0.35% | - |
| XYZ | 7.24 | 9.02 | 7.66 | - |
| YUV | 81.48 | 123.21 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 90 | 73 | 0.24 | 0 | 0.19 | 0.65 | 133.64 | 0.14 | 0.31 |
| Hex | 44 | 5A | 49 | 18 | 0 | 13 | 41 | 86 | E | 1F |
| Octal | 104 | 132 | 111 | 30 | 0 | 23 | 101 | 206 | 16 | 37 |
| Binary | 1000100 | 1011010 | 1001001 | 11000 | 0 | 10011 | 1000001 | 10000110 | 1110 | 11111 |
Color Harmonies of #445A49
Complementary color
Monochromatic Colors of #445A49
Black with #445A49
Text Example
Text Example
White with #445A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445A49; }
p { color: rgb(68,90,73); }
H1.HeaderClassName
{
color: #445A49;
}
.AnyTagClassName
{
color: #445A49;
}
</style>
background-color css
<style>
a { background-color: #445A49; }
a { background-color: rgb(68,90,73); }
div.DivClassName
{
background-color: #445A49;
}
.BgClassName
{
background-color: #445A49;
}
</style>
border-color css
<style>
span { border-color: #445A49; }
span { border-color: rgb(68,90,73); }
td.TdClassName
{
border-color: #445A49;
}
.TagClassName
{
border-color: #445A49;
}
</style>