Shades of Feldgrau #445148
Tints of Feldgrau #445148
RGB
CMYK
RGB Variations
Color information
#445148 (or 0x445148) is known color: Feldgrau. HEX triplet: 44, 51 and 48. RGB value is (68,81,72). Sum of RGB (Red+Green+Blue) = 68+81+72=221 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.77% from 221); Green value is 81 (32.03% from 255 or 36.65% from 221); Blue value is 72 (28.52% from 255 or 32.58% from 221); Max value from RGB is 81 - color contains mainly: green. Hex color #445148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445148 is #BBAEB7. Grayscale: #4C4C4C. Windows color (decimal): -12299960 or 4739396. OLE color: 4739396.
HSL color Cylindrical-coordinate representation of color #445148: hue angle of 138.46º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #445148 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 68 | 81 | 72 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.68 |
| HSL | 138.46º | 0.09% | 0.29% | - |
| HSV(B) | 138.46º | 0.16% | 0.32% | - |
| XYZ | 6.5 | 7.58 | 7.25 | - |
| YUV | 76.09 | 125.69 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 81 | 72 | 0.16 | 0 | 0.11 | 0.68 | 138.46 | 0.09 | 0.29 |
| Hex | 44 | 51 | 48 | 10 | 0 | B | 44 | 8A | 9 | 1D |
| Octal | 104 | 121 | 110 | 20 | 0 | 13 | 104 | 212 | 11 | 35 |
| Binary | 1000100 | 1010001 | 1001000 | 10000 | 0 | 1011 | 1000100 | 10001010 | 1001 | 11101 |
Color Harmonies of #445148
Complementary color
Monochromatic Colors of #445148
Black with #445148
Text Example
Text Example
White with #445148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445148; }
p { color: rgb(68,81,72); }
H1.HeaderClassName
{
color: #445148;
}
.AnyTagClassName
{
color: #445148;
}
</style>
background-color css
<style>
a { background-color: #445148; }
a { background-color: rgb(68,81,72); }
div.DivClassName
{
background-color: #445148;
}
.BgClassName
{
background-color: #445148;
}
</style>
border-color css
<style>
span { border-color: #445148; }
span { border-color: rgb(68,81,72); }
td.TdClassName
{
border-color: #445148;
}
.TagClassName
{
border-color: #445148;
}
</style>