Shades of Feldgrau #44574B
Tints of Feldgrau #44574B
RGB
CMYK
RGB Variations
Color information
#44574B (or 0x44574B) is known color: Feldgrau. HEX triplet: 44, 57 and 4B. RGB value is (68,87,75). Sum of RGB (Red+Green+Blue) = 68+87+75=230 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.57% from 230); Green value is 87 (34.38% from 255 or 37.83% from 230); Blue value is 75 (29.69% from 255 or 32.61% from 230); Max value from RGB is 87 - color contains mainly: green. Hex color #44574B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44574B is #BBA8B4. Grayscale: #4F4F4F. Windows color (decimal): -12298421 or 4937540. OLE color: 4937540.
HSL color Cylindrical-coordinate representation of color #44574B: hue angle of 142.11º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #44574B is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 68 | 87 | 75 | - |
| CMYK | 0.22 | 0 | 0.14 | 0.66 |
| HSL | 142.11º | 0.12% | 0.3% | - |
| HSV(B) | 142.11º | 0.22% | 0.34% | - |
| XYZ | 7.06 | 8.55 | 7.94 | - |
| YUV | 79.95 | 125.21 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 87 | 75 | 0.22 | 0 | 0.14 | 0.66 | 142.11 | 0.12 | 0.3 |
| Hex | 44 | 57 | 4B | 16 | 0 | E | 42 | 8E | C | 1E |
| Octal | 104 | 127 | 113 | 26 | 0 | 16 | 102 | 216 | 14 | 36 |
| Binary | 1000100 | 1010111 | 1001011 | 10110 | 0 | 1110 | 1000010 | 10001110 | 1100 | 11110 |
Color Harmonies of #44574B
Complementary color
Monochromatic Colors of #44574B
Black with #44574B
Text Example
Text Example
White with #44574B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44574B; }
p { color: rgb(68,87,75); }
H1.HeaderClassName
{
color: #44574B;
}
.AnyTagClassName
{
color: #44574B;
}
</style>
background-color css
<style>
a { background-color: #44574B; }
a { background-color: rgb(68,87,75); }
div.DivClassName
{
background-color: #44574B;
}
.BgClassName
{
background-color: #44574B;
}
</style>
border-color css
<style>
span { border-color: #44574B; }
span { border-color: rgb(68,87,75); }
td.TdClassName
{
border-color: #44574B;
}
.TagClassName
{
border-color: #44574B;
}
</style>