Shades of Feldgrau #45574B
Tints of Feldgrau #45574B
RGB
CMYK
RGB Variations
Color information
#45574B (or 0x45574B) is known color: Feldgrau. HEX triplet: 45, 57 and 4B. RGB value is (69,87,75). Sum of RGB (Red+Green+Blue) = 69+87+75=231 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.87% from 231); Green value is 87 (34.38% from 255 or 37.66% from 231); Blue value is 75 (29.69% from 255 or 32.47% from 231); Max value from RGB is 87 - color contains mainly: green. Hex color #45574B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45574B is #BAA8B4. Grayscale: #505050. Windows color (decimal): -12232885 or 4937541. OLE color: 4937541.
HSL color Cylindrical-coordinate representation of color #45574B: hue angle of 140º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #45574B is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 69 | 87 | 75 | - |
| CMYK | 0.21 | 0 | 0.14 | 0.66 |
| HSL | 140º | 0.12% | 0.31% | - |
| HSV(B) | 140º | 0.21% | 0.34% | - |
| XYZ | 7.13 | 8.59 | 7.94 | - |
| YUV | 80.25 | 125.04 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 87 | 75 | 0.21 | 0 | 0.14 | 0.66 | 140 | 0.12 | 0.31 |
| Hex | 45 | 57 | 4B | 15 | 0 | E | 42 | 8C | C | 1F |
| Octal | 105 | 127 | 113 | 25 | 0 | 16 | 102 | 214 | 14 | 37 |
| Binary | 1000101 | 1010111 | 1001011 | 10101 | 0 | 1110 | 1000010 | 10001100 | 1100 | 11111 |
Color Harmonies of #45574B
Complementary color
Monochromatic Colors of #45574B
Black with #45574B
Text Example
Text Example
White with #45574B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45574B; }
p { color: rgb(69,87,75); }
H1.HeaderClassName
{
color: #45574B;
}
.AnyTagClassName
{
color: #45574B;
}
</style>
background-color css
<style>
a { background-color: #45574B; }
a { background-color: rgb(69,87,75); }
div.DivClassName
{
background-color: #45574B;
}
.BgClassName
{
background-color: #45574B;
}
</style>
border-color css
<style>
span { border-color: #45574B; }
span { border-color: rgb(69,87,75); }
td.TdClassName
{
border-color: #45574B;
}
.TagClassName
{
border-color: #45574B;
}
</style>