Shades of Feldgrau #445649
Tints of Feldgrau #445649
RGB
CMYK
RGB Variations
Color information
#445649 (or 0x445649) is known color: Feldgrau. HEX triplet: 44, 56 and 49. RGB value is (68,86,73). Sum of RGB (Red+Green+Blue) = 68+86+73=227 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.96% from 227); Green value is 86 (33.98% from 255 or 37.89% from 227); Blue value is 73 (28.91% from 255 or 32.16% from 227); Max value from RGB is 86 - color contains mainly: green. Hex color #445649 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445649 is #BBA9B6. Grayscale: #4F4F4F. Windows color (decimal): -12298679 or 4806212. OLE color: 4806212.
HSL color Cylindrical-coordinate representation of color #445649: hue angle of 136.67º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #445649 is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 68 | 86 | 73 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.66 |
| HSL | 136.67º | 0.12% | 0.3% | - |
| HSV(B) | 136.67º | 0.21% | 0.34% | - |
| XYZ | 6.91 | 8.37 | 7.55 | - |
| YUV | 79.14 | 124.54 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 86 | 73 | 0.21 | 0 | 0.15 | 0.66 | 136.67 | 0.12 | 0.3 |
| Hex | 44 | 56 | 49 | 15 | 0 | F | 42 | 89 | C | 1E |
| Octal | 104 | 126 | 111 | 25 | 0 | 17 | 102 | 211 | 14 | 36 |
| Binary | 1000100 | 1010110 | 1001001 | 10101 | 0 | 1111 | 1000010 | 10001001 | 1100 | 11110 |
Color Harmonies of #445649
Complementary color
Monochromatic Colors of #445649
Black with #445649
Text Example
Text Example
White with #445649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445649; }
p { color: rgb(68,86,73); }
H1.HeaderClassName
{
color: #445649;
}
.AnyTagClassName
{
color: #445649;
}
</style>
background-color css
<style>
a { background-color: #445649; }
a { background-color: rgb(68,86,73); }
div.DivClassName
{
background-color: #445649;
}
.BgClassName
{
background-color: #445649;
}
</style>
border-color css
<style>
span { border-color: #445649; }
span { border-color: rgb(68,86,73); }
td.TdClassName
{
border-color: #445649;
}
.TagClassName
{
border-color: #445649;
}
</style>