Shades of Feldgrau #456251
Tints of Feldgrau #456251
RGB
CMYK
RGB Variations
Color information
#456251 (or 0x456251) is known color: Feldgrau. HEX triplet: 45, 62 and 51. RGB value is (69,98,81). Sum of RGB (Red+Green+Blue) = 69+98+81=248 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.82% from 248); Green value is 98 (38.67% from 255 or 39.52% from 248); Blue value is 81 (32.03% from 255 or 32.66% from 248); Max value from RGB is 98 - color contains mainly: green. Hex color #456251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456251 is #BA9DAE. Grayscale: #575757. Windows color (decimal): -12230063 or 5333573. OLE color: 5333573.
HSL color Cylindrical-coordinate representation of color #456251: hue angle of 144.83º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #456251 is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 98 | 81 | - |
| CMYK | 0.30 | 0 | 0.17 | 0.62 |
| HSL | 144.83º | 0.17% | 0.33% | - |
| HSV(B) | 144.83º | 0.3% | 0.38% | - |
| XYZ | 8.31 | 10.59 | 9.39 | - |
| YUV | 87.39 | 124.39 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 98 | 81 | 0.30 | 0 | 0.17 | 0.62 | 144.83 | 0.17 | 0.33 |
| Hex | 45 | 62 | 51 | 1E | 0 | 11 | 3E | 91 | 11 | 21 |
| Octal | 105 | 142 | 121 | 36 | 0 | 21 | 76 | 221 | 21 | 41 |
| Binary | 1000101 | 1100010 | 1010001 | 11110 | 0 | 10001 | 111110 | 10010001 | 10001 | 100001 |
Color Harmonies of #456251
Complementary color
Monochromatic Colors of #456251
Black with #456251
Text Example
Text Example
White with #456251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456251; }
p { color: rgb(69,98,81); }
H1.HeaderClassName
{
color: #456251;
}
.AnyTagClassName
{
color: #456251;
}
</style>
background-color css
<style>
a { background-color: #456251; }
a { background-color: rgb(69,98,81); }
div.DivClassName
{
background-color: #456251;
}
.BgClassName
{
background-color: #456251;
}
</style>
border-color css
<style>
span { border-color: #456251; }
span { border-color: rgb(69,98,81); }
td.TdClassName
{
border-color: #456251;
}
.TagClassName
{
border-color: #456251;
}
</style>