Shades of Feldgrau #446A54
Tints of Feldgrau #446A54
RGB
CMYK
RGB Variations
Color information
#446A54 (or 0x446A54) is known color: Feldgrau. HEX triplet: 44, 6A and 54. RGB value is (68,106,84). Sum of RGB (Red+Green+Blue) = 68+106+84=258 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.36% from 258); Green value is 106 (41.80% from 255 or 41.09% from 258); Blue value is 84 (33.20% from 255 or 32.56% from 258); Max value from RGB is 106 - color contains mainly: green. Hex color #446A54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446A54 is #BB95AB. Grayscale: #5C5C5C. Windows color (decimal): -12293548 or 5532228. OLE color: 5532228.
HSL color Cylindrical-coordinate representation of color #446A54: hue angle of 145.26º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #446A54 is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 68 | 106 | 84 | - |
| CMYK | 0.36 | 0 | 0.21 | 0.58 |
| HSL | 145.26º | 0.22% | 0.34% | - |
| HSV(B) | 145.26º | 0.36% | 0.42% | - |
| XYZ | 9.14 | 12.18 | 10.26 | - |
| YUV | 92.13 | 123.41 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 106 | 84 | 0.36 | 0 | 0.21 | 0.58 | 145.26 | 0.22 | 0.34 |
| Hex | 44 | 6A | 54 | 24 | 0 | 15 | 3A | 91 | 16 | 22 |
| Octal | 104 | 152 | 124 | 44 | 0 | 25 | 72 | 221 | 26 | 42 |
| Binary | 1000100 | 1101010 | 1010100 | 100100 | 0 | 10101 | 111010 | 10010001 | 10110 | 100010 |
Color Harmonies of #446A54
Complementary color
Monochromatic Colors of #446A54
Black with #446A54
Text Example
Text Example
White with #446A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446A54; }
p { color: rgb(68,106,84); }
H1.HeaderClassName
{
color: #446A54;
}
.AnyTagClassName
{
color: #446A54;
}
</style>
background-color css
<style>
a { background-color: #446A54; }
a { background-color: rgb(68,106,84); }
div.DivClassName
{
background-color: #446A54;
}
.BgClassName
{
background-color: #446A54;
}
</style>
border-color css
<style>
span { border-color: #446A54; }
span { border-color: rgb(68,106,84); }
td.TdClassName
{
border-color: #446A54;
}
.TagClassName
{
border-color: #446A54;
}
</style>