Shades of Feldgrau #44624D
Tints of Feldgrau #44624D
RGB
CMYK
RGB Variations
Color information
#44624D (or 0x44624D) is known color: Feldgrau. HEX triplet: 44, 62 and 4D. RGB value is (68,98,77). Sum of RGB (Red+Green+Blue) = 68+98+77=243 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.98% from 243); Green value is 98 (38.67% from 255 or 40.33% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 98 - color contains mainly: green. Hex color #44624D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44624D is #BB9DB2. Grayscale: #565656. Windows color (decimal): -12295603 or 5071428. OLE color: 5071428.
HSL color Cylindrical-coordinate representation of color #44624D: hue angle of 138º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #44624D is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 68 | 98 | 77 | - |
| CMYK | 0.31 | 0 | 0.21 | 0.62 |
| HSL | 138º | 0.18% | 0.33% | - |
| HSV(B) | 138º | 0.31% | 0.38% | - |
| XYZ | 8.09 | 10.5 | 8.62 | - |
| YUV | 86.64 | 122.56 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 98 | 77 | 0.31 | 0 | 0.21 | 0.62 | 138 | 0.18 | 0.33 |
| Hex | 44 | 62 | 4D | 1F | 0 | 15 | 3E | 8A | 12 | 21 |
| Octal | 104 | 142 | 115 | 37 | 0 | 25 | 76 | 212 | 22 | 41 |
| Binary | 1000100 | 1100010 | 1001101 | 11111 | 0 | 10101 | 111110 | 10001010 | 10010 | 100001 |
Color Harmonies of #44624D
Complementary color
Monochromatic Colors of #44624D
Black with #44624D
Text Example
Text Example
White with #44624D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44624D; }
p { color: rgb(68,98,77); }
H1.HeaderClassName
{
color: #44624D;
}
.AnyTagClassName
{
color: #44624D;
}
</style>
background-color css
<style>
a { background-color: #44624D; }
a { background-color: rgb(68,98,77); }
div.DivClassName
{
background-color: #44624D;
}
.BgClassName
{
background-color: #44624D;
}
</style>
border-color css
<style>
span { border-color: #44624D; }
span { border-color: rgb(68,98,77); }
td.TdClassName
{
border-color: #44624D;
}
.TagClassName
{
border-color: #44624D;
}
</style>