Shades of Feldgrau #45594D
Tints of Feldgrau #45594D
RGB
CMYK
RGB Variations
Color information
#45594D (or 0x45594D) is known color: Feldgrau. HEX triplet: 45, 59 and 4D. RGB value is (69,89,77). Sum of RGB (Red+Green+Blue) = 69+89+77=235 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.36% from 235); Green value is 89 (35.16% from 255 or 37.87% from 235); Blue value is 77 (30.47% from 255 or 32.77% from 235); Max value from RGB is 89 - color contains mainly: green. Hex color #45594D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45594D is #BAA6B2. Grayscale: #515151. Windows color (decimal): -12232371 or 5069125. OLE color: 5069125.
HSL color Cylindrical-coordinate representation of color #45594D: hue angle of 144º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #45594D is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 89 | 77 | - |
| CMYK | 0.22 | 0 | 0.13 | 0.65 |
| HSL | 144º | 0.13% | 0.31% | - |
| HSV(B) | 144º | 0.22% | 0.35% | - |
| XYZ | 7.37 | 8.95 | 8.36 | - |
| YUV | 81.65 | 125.37 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 89 | 77 | 0.22 | 0 | 0.13 | 0.65 | 144 | 0.13 | 0.31 |
| Hex | 45 | 59 | 4D | 16 | 0 | D | 41 | 90 | D | 1F |
| Octal | 105 | 131 | 115 | 26 | 0 | 15 | 101 | 220 | 15 | 37 |
| Binary | 1000101 | 1011001 | 1001101 | 10110 | 0 | 1101 | 1000001 | 10010000 | 1101 | 11111 |
Color Harmonies of #45594D
Complementary color
Monochromatic Colors of #45594D
Black with #45594D
Text Example
Text Example
White with #45594D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45594D; }
p { color: rgb(69,89,77); }
H1.HeaderClassName
{
color: #45594D;
}
.AnyTagClassName
{
color: #45594D;
}
</style>
background-color css
<style>
a { background-color: #45594D; }
a { background-color: rgb(69,89,77); }
div.DivClassName
{
background-color: #45594D;
}
.BgClassName
{
background-color: #45594D;
}
</style>
border-color css
<style>
span { border-color: #45594D; }
span { border-color: rgb(69,89,77); }
td.TdClassName
{
border-color: #45594D;
}
.TagClassName
{
border-color: #45594D;
}
</style>