Shades of Feldgrau #45594B
Tints of Feldgrau #45594B
RGB
CMYK
RGB Variations
Color information
#45594B (or 0x45594B) is known color: Feldgrau. HEX triplet: 45, 59 and 4B. RGB value is (69,89,75). Sum of RGB (Red+Green+Blue) = 69+89+75=233 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.61% from 233); Green value is 89 (35.16% from 255 or 38.20% from 233); Blue value is 75 (29.69% from 255 or 32.19% from 233); Max value from RGB is 89 - color contains mainly: green. Hex color #45594B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45594B is #BAA6B4. Grayscale: #515151. Windows color (decimal): -12232373 or 4938053. OLE color: 4938053.
HSL color Cylindrical-coordinate representation of color #45594B: hue angle of 138º 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 #45594B is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 89 | 75 | - |
| CMYK | 0.22 | 0 | 0.16 | 0.65 |
| HSL | 138º | 0.13% | 0.31% | - |
| HSV(B) | 138º | 0.22% | 0.35% | - |
| XYZ | 7.3 | 8.92 | 7.99 | - |
| YUV | 81.42 | 124.37 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 89 | 75 | 0.22 | 0 | 0.16 | 0.65 | 138 | 0.13 | 0.31 |
| Hex | 45 | 59 | 4B | 16 | 0 | 10 | 41 | 8A | D | 1F |
| Octal | 105 | 131 | 113 | 26 | 0 | 20 | 101 | 212 | 15 | 37 |
| Binary | 1000101 | 1011001 | 1001011 | 10110 | 0 | 10000 | 1000001 | 10001010 | 1101 | 11111 |
Color Harmonies of #45594B
Complementary color
Monochromatic Colors of #45594B
Black with #45594B
Text Example
Text Example
White with #45594B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45594B; }
p { color: rgb(69,89,75); }
H1.HeaderClassName
{
color: #45594B;
}
.AnyTagClassName
{
color: #45594B;
}
</style>
background-color css
<style>
a { background-color: #45594B; }
a { background-color: rgb(69,89,75); }
div.DivClassName
{
background-color: #45594B;
}
.BgClassName
{
background-color: #45594B;
}
</style>
border-color css
<style>
span { border-color: #45594B; }
span { border-color: rgb(69,89,75); }
td.TdClassName
{
border-color: #45594B;
}
.TagClassName
{
border-color: #45594B;
}
</style>