Shades of Feldgrau #456853
Tints of Feldgrau #456853
RGB
CMYK
RGB Variations
Color information
#456853 (or 0x456853) is known color: Feldgrau. HEX triplet: 45, 68 and 53. RGB value is (69,104,83). Sum of RGB (Red+Green+Blue) = 69+104+83=256 (33% of max value = 765). Red value is 69 (27.34% from 255 or 26.95% from 256); Green value is 104 (41.02% from 255 or 40.62% from 256); Blue value is 83 (32.81% from 255 or 32.42% from 256); Max value from RGB is 104 - color contains mainly: green. Hex color #456853 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456853 is #BA97AC. Grayscale: #5B5B5B. Windows color (decimal): -12228525 or 5466181. OLE color: 5466181.
HSL color Cylindrical-coordinate representation of color #456853: hue angle of 144º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #456853 is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 69 | 104 | 83 | - |
| CMYK | 0.34 | 0 | 0.20 | 0.59 |
| HSL | 144º | 0.2% | 0.34% | - |
| HSV(B) | 144º | 0.34% | 0.41% | - |
| XYZ | 8.97 | 11.79 | 9.99 | - |
| YUV | 91.14 | 123.4 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 104 | 83 | 0.34 | 0 | 0.20 | 0.59 | 144 | 0.2 | 0.34 |
| Hex | 45 | 68 | 53 | 22 | 0 | 14 | 3B | 90 | 14 | 22 |
| Octal | 105 | 150 | 123 | 42 | 0 | 24 | 73 | 220 | 24 | 42 |
| Binary | 1000101 | 1101000 | 1010011 | 100010 | 0 | 10100 | 111011 | 10010000 | 10100 | 100010 |
Color Harmonies of #456853
Complementary color
Monochromatic Colors of #456853
Black with #456853
Text Example
Text Example
White with #456853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456853; }
p { color: rgb(69,104,83); }
H1.HeaderClassName
{
color: #456853;
}
.AnyTagClassName
{
color: #456853;
}
</style>
background-color css
<style>
a { background-color: #456853; }
a { background-color: rgb(69,104,83); }
div.DivClassName
{
background-color: #456853;
}
.BgClassName
{
background-color: #456853;
}
</style>
border-color css
<style>
span { border-color: #456853; }
span { border-color: rgb(69,104,83); }
td.TdClassName
{
border-color: #456853;
}
.TagClassName
{
border-color: #456853;
}
</style>