Shades of Feldgrau #44614C
Tints of Feldgrau #44614C
RGB
CMYK
RGB Variations
Color information
#44614C (or 0x44614C) is known color: Feldgrau. HEX triplet: 44, 61 and 4C. RGB value is (68,97,76). Sum of RGB (Red+Green+Blue) = 68+97+76=241 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.22% from 241); Green value is 97 (38.28% from 255 or 40.25% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 97 - color contains mainly: green. Hex color #44614C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44614C is #BB9EB3. Grayscale: #555555. Windows color (decimal): -12295860 or 5005636. OLE color: 5005636.
HSL color Cylindrical-coordinate representation of color #44614C: hue angle of 136.55º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #44614C is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 68 | 97 | 76 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.62 |
| HSL | 136.55º | 0.18% | 0.32% | - |
| HSV(B) | 136.55º | 0.3% | 0.38% | - |
| XYZ | 7.96 | 10.3 | 8.41 | - |
| YUV | 85.94 | 122.39 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 97 | 76 | 0.30 | 0 | 0.22 | 0.62 | 136.55 | 0.18 | 0.32 |
| Hex | 44 | 61 | 4C | 1E | 0 | 16 | 3E | 89 | 12 | 20 |
| Octal | 104 | 141 | 114 | 36 | 0 | 26 | 76 | 211 | 22 | 40 |
| Binary | 1000100 | 1100001 | 1001100 | 11110 | 0 | 10110 | 111110 | 10001001 | 10010 | 100000 |
Color Harmonies of #44614C
Complementary color
Monochromatic Colors of #44614C
Black with #44614C
Text Example
Text Example
White with #44614C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44614C; }
p { color: rgb(68,97,76); }
H1.HeaderClassName
{
color: #44614C;
}
.AnyTagClassName
{
color: #44614C;
}
</style>
background-color css
<style>
a { background-color: #44614C; }
a { background-color: rgb(68,97,76); }
div.DivClassName
{
background-color: #44614C;
}
.BgClassName
{
background-color: #44614C;
}
</style>
border-color css
<style>
span { border-color: #44614C; }
span { border-color: rgb(68,97,76); }
td.TdClassName
{
border-color: #44614C;
}
.TagClassName
{
border-color: #44614C;
}
</style>