Shades of Feldgrau #445549
Tints of Feldgrau #445549
RGB
CMYK
RGB Variations
Color information
#445549 (or 0x445549) is known color: Feldgrau. HEX triplet: 44, 55 and 49. RGB value is (68,85,73). Sum of RGB (Red+Green+Blue) = 68+85+73=226 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.09% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 73 (28.91% from 255 or 32.30% from 226); Max value from RGB is 85 - color contains mainly: green. Hex color #445549 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445549 is #BBAAB6. Grayscale: #4E4E4E. Windows color (decimal): -12298935 or 4805956. OLE color: 4805956.
HSL color Cylindrical-coordinate representation of color #445549: hue angle of 137.65º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #445549 is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 85 | 73 | - |
| CMYK | 0.20 | 0 | 0.14 | 0.67 |
| HSL | 137.65º | 0.11% | 0.3% | - |
| HSV(B) | 137.65º | 0.2% | 0.33% | - |
| XYZ | 6.83 | 8.21 | 7.53 | - |
| YUV | 78.55 | 124.87 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 85 | 73 | 0.20 | 0 | 0.14 | 0.67 | 137.65 | 0.11 | 0.3 |
| Hex | 44 | 55 | 49 | 14 | 0 | E | 43 | 8A | B | 1E |
| Octal | 104 | 125 | 111 | 24 | 0 | 16 | 103 | 212 | 13 | 36 |
| Binary | 1000100 | 1010101 | 1001001 | 10100 | 0 | 1110 | 1000011 | 10001010 | 1011 | 11110 |
Color Harmonies of #445549
Complementary color
Monochromatic Colors of #445549
Black with #445549
Text Example
Text Example
White with #445549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445549; }
p { color: rgb(68,85,73); }
H1.HeaderClassName
{
color: #445549;
}
.AnyTagClassName
{
color: #445549;
}
</style>
background-color css
<style>
a { background-color: #445549; }
a { background-color: rgb(68,85,73); }
div.DivClassName
{
background-color: #445549;
}
.BgClassName
{
background-color: #445549;
}
</style>
border-color css
<style>
span { border-color: #445549; }
span { border-color: rgb(68,85,73); }
td.TdClassName
{
border-color: #445549;
}
.TagClassName
{
border-color: #445549;
}
</style>