Shades of Feldgrau #456050
Tints of Feldgrau #456050
RGB
CMYK
RGB Variations
Color information
#456050 (or 0x456050) is known color: Feldgrau. HEX triplet: 45, 60 and 50. RGB value is (69,96,80). Sum of RGB (Red+Green+Blue) = 69+96+80=245 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.16% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 96 - color contains mainly: green. Hex color #456050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456050 is #BA9FAF. Grayscale: #565656. Windows color (decimal): -12230576 or 5267525. OLE color: 5267525.
HSL color Cylindrical-coordinate representation of color #456050: hue angle of 144.44º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #456050 is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 96 | 80 | - |
| CMYK | 0.28 | 0 | 0.17 | 0.62 |
| HSL | 144.44º | 0.16% | 0.32% | - |
| HSV(B) | 144.44º | 0.28% | 0.38% | - |
| XYZ | 8.09 | 10.21 | 9.13 | - |
| YUV | 86.1 | 124.55 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 96 | 80 | 0.28 | 0 | 0.17 | 0.62 | 144.44 | 0.16 | 0.32 |
| Hex | 45 | 60 | 50 | 1C | 0 | 11 | 3E | 90 | 10 | 20 |
| Octal | 105 | 140 | 120 | 34 | 0 | 21 | 76 | 220 | 20 | 40 |
| Binary | 1000101 | 1100000 | 1010000 | 11100 | 0 | 10001 | 111110 | 10010000 | 10000 | 100000 |
Color Harmonies of #456050
Complementary color
Monochromatic Colors of #456050
Black with #456050
Text Example
Text Example
White with #456050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456050; }
p { color: rgb(69,96,80); }
H1.HeaderClassName
{
color: #456050;
}
.AnyTagClassName
{
color: #456050;
}
</style>
background-color css
<style>
a { background-color: #456050; }
a { background-color: rgb(69,96,80); }
div.DivClassName
{
background-color: #456050;
}
.BgClassName
{
background-color: #456050;
}
</style>
border-color css
<style>
span { border-color: #456050; }
span { border-color: rgb(69,96,80); }
td.TdClassName
{
border-color: #456050;
}
.TagClassName
{
border-color: #456050;
}
</style>