Shades of Feldgrau #445349
Tints of Feldgrau #445349
RGB
CMYK
RGB Variations
Color information
#445349 (or 0x445349) is known color: Feldgrau. HEX triplet: 44, 53 and 49. RGB value is (68,83,73). Sum of RGB (Red+Green+Blue) = 68+83+73=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 73 (28.91% from 255 or 32.59% from 224); Max value from RGB is 83 - color contains mainly: green. Hex color #445349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445349 is #BBACB6. Grayscale: #4D4D4D. Windows color (decimal): -12299447 or 4805444. OLE color: 4805444.
HSL color Cylindrical-coordinate representation of color #445349: hue angle of 140º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #445349 is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 83 | 73 | - |
| CMYK | 0.18 | 0 | 0.12 | 0.67 |
| HSL | 140º | 0.1% | 0.3% | - |
| HSV(B) | 140º | 0.18% | 0.33% | - |
| XYZ | 6.68 | 7.9 | 7.48 | - |
| YUV | 77.38 | 125.53 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 83 | 73 | 0.18 | 0 | 0.12 | 0.67 | 140 | 0.1 | 0.3 |
| Hex | 44 | 53 | 49 | 12 | 0 | C | 43 | 8C | A | 1E |
| Octal | 104 | 123 | 111 | 22 | 0 | 14 | 103 | 214 | 12 | 36 |
| Binary | 1000100 | 1010011 | 1001001 | 10010 | 0 | 1100 | 1000011 | 10001100 | 1010 | 11110 |
Color Harmonies of #445349
Complementary color
Monochromatic Colors of #445349
Black with #445349
Text Example
Text Example
White with #445349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445349; }
p { color: rgb(68,83,73); }
H1.HeaderClassName
{
color: #445349;
}
.AnyTagClassName
{
color: #445349;
}
</style>
background-color css
<style>
a { background-color: #445349; }
a { background-color: rgb(68,83,73); }
div.DivClassName
{
background-color: #445349;
}
.BgClassName
{
background-color: #445349;
}
</style>
border-color css
<style>
span { border-color: #445349; }
span { border-color: rgb(68,83,73); }
td.TdClassName
{
border-color: #445349;
}
.TagClassName
{
border-color: #445349;
}
</style>