Shades of Feldgrau #455F4C
Tints of Feldgrau #455F4C
RGB
CMYK
RGB Variations
Color information
#455F4C (or 0x455F4C) is known color: Feldgrau. HEX triplet: 45, 5F and 4C. RGB value is (69,95,76). Sum of RGB (Red+Green+Blue) = 69+95+76=240 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.75% from 240); Green value is 95 (37.5% from 255 or 39.58% from 240); Blue value is 76 (30.08% from 255 or 31.67% from 240); Max value from RGB is 95 - color contains mainly: green. Hex color #455F4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455F4C is #BAA0B3. Grayscale: #555555. Windows color (decimal): -12230836 or 5005125. OLE color: 5005125.
HSL color Cylindrical-coordinate representation of color #455F4C: hue angle of 136.15º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #455F4C is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 69 | 95 | 76 | - |
| CMYK | 0.27 | 0 | 0.20 | 0.63 |
| HSL | 136.15º | 0.16% | 0.32% | - |
| HSV(B) | 136.15º | 0.27% | 0.37% | - |
| XYZ | 7.85 | 9.97 | 8.35 | - |
| YUV | 85.06 | 122.89 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 95 | 76 | 0.27 | 0 | 0.20 | 0.63 | 136.15 | 0.16 | 0.32 |
| Hex | 45 | 5F | 4C | 1B | 0 | 14 | 3F | 88 | 10 | 20 |
| Octal | 105 | 137 | 114 | 33 | 0 | 24 | 77 | 210 | 20 | 40 |
| Binary | 1000101 | 1011111 | 1001100 | 11011 | 0 | 10100 | 111111 | 10001000 | 10000 | 100000 |
Color Harmonies of #455F4C
Complementary color
Monochromatic Colors of #455F4C
Black with #455F4C
Text Example
Text Example
White with #455F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455F4C; }
p { color: rgb(69,95,76); }
H1.HeaderClassName
{
color: #455F4C;
}
.AnyTagClassName
{
color: #455F4C;
}
</style>
background-color css
<style>
a { background-color: #455F4C; }
a { background-color: rgb(69,95,76); }
div.DivClassName
{
background-color: #455F4C;
}
.BgClassName
{
background-color: #455F4C;
}
</style>
border-color css
<style>
span { border-color: #455F4C; }
span { border-color: rgb(69,95,76); }
td.TdClassName
{
border-color: #455F4C;
}
.TagClassName
{
border-color: #455F4C;
}
</style>