Shades of Feldgrau #445F4F
Tints of Feldgrau #445F4F
RGB
CMYK
RGB Variations
Color information
#445F4F (or 0x445F4F) is known color: Feldgrau. HEX triplet: 44, 5F and 4F. RGB value is (68,95,79). Sum of RGB (Red+Green+Blue) = 68+95+79=242 (32% of max value = 765). Red value is 68 (26.95% from 255 or 28.10% from 242); Green value is 95 (37.5% from 255 or 39.26% from 242); Blue value is 79 (31.25% from 255 or 32.64% from 242); Max value from RGB is 95 - color contains mainly: green. Hex color #445F4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445F4F is #BBA0B0. Grayscale: #555555. Windows color (decimal): -12296369 or 5201732. OLE color: 5201732.
HSL color Cylindrical-coordinate representation of color #445F4F: hue angle of 144.44º degrees, saturation: 0.17, 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 #445F4F is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 68 | 95 | 79 | - |
| CMYK | 0.28 | 0 | 0.17 | 0.63 |
| HSL | 144.44º | 0.17% | 0.32% | - |
| HSV(B) | 144.44º | 0.28% | 0.37% | - |
| XYZ | 7.89 | 9.98 | 8.91 | - |
| YUV | 85.1 | 124.55 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 95 | 79 | 0.28 | 0 | 0.17 | 0.63 | 144.44 | 0.17 | 0.32 |
| Hex | 44 | 5F | 4F | 1C | 0 | 11 | 3F | 90 | 11 | 20 |
| Octal | 104 | 137 | 117 | 34 | 0 | 21 | 77 | 220 | 21 | 40 |
| Binary | 1000100 | 1011111 | 1001111 | 11100 | 0 | 10001 | 111111 | 10010000 | 10001 | 100000 |
Color Harmonies of #445F4F
Complementary color
Monochromatic Colors of #445F4F
Black with #445F4F
Text Example
Text Example
White with #445F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445F4F; }
p { color: rgb(68,95,79); }
H1.HeaderClassName
{
color: #445F4F;
}
.AnyTagClassName
{
color: #445F4F;
}
</style>
background-color css
<style>
a { background-color: #445F4F; }
a { background-color: rgb(68,95,79); }
div.DivClassName
{
background-color: #445F4F;
}
.BgClassName
{
background-color: #445F4F;
}
</style>
border-color css
<style>
span { border-color: #445F4F; }
span { border-color: rgb(68,95,79); }
td.TdClassName
{
border-color: #445F4F;
}
.TagClassName
{
border-color: #445F4F;
}
</style>