Shades of Feldgrau #446552
Tints of Feldgrau #446552
RGB
CMYK
RGB Variations
Color information
#446552 (or 0x446552) is known color: Feldgrau. HEX triplet: 44, 65 and 52. RGB value is (68,101,82). Sum of RGB (Red+Green+Blue) = 68+101+82=251 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.09% from 251); Green value is 101 (39.84% from 255 or 40.24% from 251); Blue value is 82 (32.42% from 255 or 32.67% from 251); Max value from RGB is 101 - color contains mainly: green. Hex color #446552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446552 is #BB9AAD. Grayscale: #595959. Windows color (decimal): -12294830 or 5399876. OLE color: 5399876.
HSL color Cylindrical-coordinate representation of color #446552: hue angle of 145.45º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #446552 is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 68 | 101 | 82 | - |
| CMYK | 0.33 | 0 | 0.19 | 0.60 |
| HSL | 145.45º | 0.2% | 0.33% | - |
| HSV(B) | 145.45º | 0.33% | 0.4% | - |
| XYZ | 8.56 | 11.15 | 9.68 | - |
| YUV | 88.97 | 124.07 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 101 | 82 | 0.33 | 0 | 0.19 | 0.60 | 145.45 | 0.2 | 0.33 |
| Hex | 44 | 65 | 52 | 21 | 0 | 13 | 3C | 91 | 14 | 21 |
| Octal | 104 | 145 | 122 | 41 | 0 | 23 | 74 | 221 | 24 | 41 |
| Binary | 1000100 | 1100101 | 1010010 | 100001 | 0 | 10011 | 111100 | 10010001 | 10100 | 100001 |
Color Harmonies of #446552
Complementary color
Monochromatic Colors of #446552
Black with #446552
Text Example
Text Example
White with #446552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446552; }
p { color: rgb(68,101,82); }
H1.HeaderClassName
{
color: #446552;
}
.AnyTagClassName
{
color: #446552;
}
</style>
background-color css
<style>
a { background-color: #446552; }
a { background-color: rgb(68,101,82); }
div.DivClassName
{
background-color: #446552;
}
.BgClassName
{
background-color: #446552;
}
</style>
border-color css
<style>
span { border-color: #446552; }
span { border-color: rgb(68,101,82); }
td.TdClassName
{
border-color: #446552;
}
.TagClassName
{
border-color: #446552;
}
</style>