Shades of Feldgrau #45564B
Tints of Feldgrau #45564B
RGB
CMYK
RGB Variations
Color information
#45564B (or 0x45564B) is known color: Feldgrau. HEX triplet: 45, 56 and 4B. RGB value is (69,86,75). Sum of RGB (Red+Green+Blue) = 69+86+75=230 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30% from 230); Green value is 86 (33.98% from 255 or 37.39% from 230); Blue value is 75 (29.69% from 255 or 32.61% from 230); Max value from RGB is 86 - color contains mainly: green. Hex color #45564B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45564B is #BAA9B4. Grayscale: #4F4F4F. Windows color (decimal): -12233141 or 4937285. OLE color: 4937285.
HSL color Cylindrical-coordinate representation of color #45564B: hue angle of 141.18º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #45564B is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 69 | 86 | 75 | - |
| CMYK | 0.20 | 0 | 0.13 | 0.66 |
| HSL | 141.18º | 0.11% | 0.3% | - |
| HSV(B) | 141.18º | 0.2% | 0.34% | - |
| XYZ | 7.05 | 8.43 | 7.91 | - |
| YUV | 79.66 | 125.37 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 86 | 75 | 0.20 | 0 | 0.13 | 0.66 | 141.18 | 0.11 | 0.3 |
| Hex | 45 | 56 | 4B | 14 | 0 | D | 42 | 8D | B | 1E |
| Octal | 105 | 126 | 113 | 24 | 0 | 15 | 102 | 215 | 13 | 36 |
| Binary | 1000101 | 1010110 | 1001011 | 10100 | 0 | 1101 | 1000010 | 10001101 | 1011 | 11110 |
Color Harmonies of #45564B
Complementary color
Monochromatic Colors of #45564B
Black with #45564B
Text Example
Text Example
White with #45564B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45564B; }
p { color: rgb(69,86,75); }
H1.HeaderClassName
{
color: #45564B;
}
.AnyTagClassName
{
color: #45564B;
}
</style>
background-color css
<style>
a { background-color: #45564B; }
a { background-color: rgb(69,86,75); }
div.DivClassName
{
background-color: #45564B;
}
.BgClassName
{
background-color: #45564B;
}
</style>
border-color css
<style>
span { border-color: #45564B; }
span { border-color: rgb(69,86,75); }
td.TdClassName
{
border-color: #45564B;
}
.TagClassName
{
border-color: #45564B;
}
</style>