Shades of Feldgrau #445E4D
Tints of Feldgrau #445E4D
RGB
CMYK
RGB Variations
Color information
#445E4D (or 0x445E4D) is known color: Feldgrau. HEX triplet: 44, 5E and 4D. RGB value is (68,94,77). Sum of RGB (Red+Green+Blue) = 68+94+77=239 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.45% from 239); Green value is 94 (37.11% from 255 or 39.33% from 239); Blue value is 77 (30.47% from 255 or 32.22% from 239); Max value from RGB is 94 - color contains mainly: green. Hex color #445E4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445E4D is #BBA1B2. Grayscale: #545454. Windows color (decimal): -12296627 or 5070404. OLE color: 5070404.
HSL color Cylindrical-coordinate representation of color #445E4D: hue angle of 140.77º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #445E4D is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 68 | 94 | 77 | - |
| CMYK | 0.28 | 0 | 0.18 | 0.63 |
| HSL | 140.77º | 0.16% | 0.32% | - |
| HSV(B) | 140.77º | 0.28% | 0.37% | - |
| XYZ | 7.73 | 9.77 | 8.5 | - |
| YUV | 84.29 | 123.89 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 94 | 77 | 0.28 | 0 | 0.18 | 0.63 | 140.77 | 0.16 | 0.32 |
| Hex | 44 | 5E | 4D | 1C | 0 | 12 | 3F | 8D | 10 | 20 |
| Octal | 104 | 136 | 115 | 34 | 0 | 22 | 77 | 215 | 20 | 40 |
| Binary | 1000100 | 1011110 | 1001101 | 11100 | 0 | 10010 | 111111 | 10001101 | 10000 | 100000 |
Color Harmonies of #445E4D
Complementary color
Monochromatic Colors of #445E4D
Black with #445E4D
Text Example
Text Example
White with #445E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445E4D; }
p { color: rgb(68,94,77); }
H1.HeaderClassName
{
color: #445E4D;
}
.AnyTagClassName
{
color: #445E4D;
}
</style>
background-color css
<style>
a { background-color: #445E4D; }
a { background-color: rgb(68,94,77); }
div.DivClassName
{
background-color: #445E4D;
}
.BgClassName
{
background-color: #445E4D;
}
</style>
border-color css
<style>
span { border-color: #445E4D; }
span { border-color: rgb(68,94,77); }
td.TdClassName
{
border-color: #445E4D;
}
.TagClassName
{
border-color: #445E4D;
}
</style>