Shades of Feldgrau #44614E
Tints of Feldgrau #44614E
RGB
CMYK
RGB Variations
Color information
#44614E (or 0x44614E) is known color: Feldgrau. HEX triplet: 44, 61 and 4E. RGB value is (68,97,78). Sum of RGB (Red+Green+Blue) = 68+97+78=243 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.98% from 243); Green value is 97 (38.28% from 255 or 39.92% from 243); Blue value is 78 (30.86% from 255 or 32.10% from 243); Max value from RGB is 97 - color contains mainly: green. Hex color #44614E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44614E is #BB9EB1. Grayscale: #565656. Windows color (decimal): -12295858 or 5136708. OLE color: 5136708.
HSL color Cylindrical-coordinate representation of color #44614E: hue angle of 140.69º 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 #44614E is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 68 | 97 | 78 | - |
| CMYK | 0.30 | 0 | 0.20 | 0.62 |
| HSL | 140.69º | 0.18% | 0.32% | - |
| HSV(B) | 140.69º | 0.3% | 0.38% | - |
| XYZ | 8.03 | 10.33 | 8.78 | - |
| YUV | 86.16 | 123.39 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 97 | 78 | 0.30 | 0 | 0.20 | 0.62 | 140.69 | 0.18 | 0.32 |
| Hex | 44 | 61 | 4E | 1E | 0 | 14 | 3E | 8D | 12 | 20 |
| Octal | 104 | 141 | 116 | 36 | 0 | 24 | 76 | 215 | 22 | 40 |
| Binary | 1000100 | 1100001 | 1001110 | 11110 | 0 | 10100 | 111110 | 10001101 | 10010 | 100000 |
Color Harmonies of #44614E
Complementary color
Monochromatic Colors of #44614E
Black with #44614E
Text Example
Text Example
White with #44614E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44614E; }
p { color: rgb(68,97,78); }
H1.HeaderClassName
{
color: #44614E;
}
.AnyTagClassName
{
color: #44614E;
}
</style>
background-color css
<style>
a { background-color: #44614E; }
a { background-color: rgb(68,97,78); }
div.DivClassName
{
background-color: #44614E;
}
.BgClassName
{
background-color: #44614E;
}
</style>
border-color css
<style>
span { border-color: #44614E; }
span { border-color: rgb(68,97,78); }
td.TdClassName
{
border-color: #44614E;
}
.TagClassName
{
border-color: #44614E;
}
</style>