Shades of Feldgrau #446251
Tints of Feldgrau #446251
RGB
CMYK
RGB Variations
Color information
#446251 (or 0x446251) is known color: Feldgrau. HEX triplet: 44, 62 and 51. RGB value is (68,98,81). Sum of RGB (Red+Green+Blue) = 68+98+81=247 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.53% from 247); Green value is 98 (38.67% from 255 or 39.68% from 247); Blue value is 81 (32.03% from 255 or 32.79% from 247); Max value from RGB is 98 - color contains mainly: green. Hex color #446251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446251 is #BB9DAE. Grayscale: #575757. Windows color (decimal): -12295599 or 5333572. OLE color: 5333572.
HSL color Cylindrical-coordinate representation of color #446251: hue angle of 146º 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 #446251 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 68 | 98 | 81 | - |
| CMYK | 0.31 | 0 | 0.17 | 0.62 |
| HSL | 146º | 0.18% | 0.33% | - |
| HSV(B) | 146º | 0.31% | 0.38% | - |
| XYZ | 8.24 | 10.56 | 9.39 | - |
| YUV | 87.09 | 124.56 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 98 | 81 | 0.31 | 0 | 0.17 | 0.62 | 146 | 0.18 | 0.33 |
| Hex | 44 | 62 | 51 | 1F | 0 | 11 | 3E | 92 | 12 | 21 |
| Octal | 104 | 142 | 121 | 37 | 0 | 21 | 76 | 222 | 22 | 41 |
| Binary | 1000100 | 1100010 | 1010001 | 11111 | 0 | 10001 | 111110 | 10010010 | 10010 | 100001 |
Color Harmonies of #446251
Complementary color
Monochromatic Colors of #446251
Black with #446251
Text Example
Text Example
White with #446251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446251; }
p { color: rgb(68,98,81); }
H1.HeaderClassName
{
color: #446251;
}
.AnyTagClassName
{
color: #446251;
}
</style>
background-color css
<style>
a { background-color: #446251; }
a { background-color: rgb(68,98,81); }
div.DivClassName
{
background-color: #446251;
}
.BgClassName
{
background-color: #446251;
}
</style>
border-color css
<style>
span { border-color: #446251; }
span { border-color: rgb(68,98,81); }
td.TdClassName
{
border-color: #446251;
}
.TagClassName
{
border-color: #446251;
}
</style>