Shades of Feldgrau #45594A
Tints of Feldgrau #45594A
RGB
CMYK
RGB Variations
Color information
#45594A (or 0x45594A) is known color: Feldgrau. HEX triplet: 45, 59 and 4A. RGB value is (69,89,74). Sum of RGB (Red+Green+Blue) = 69+89+74=232 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.74% from 232); Green value is 89 (35.16% from 255 or 38.36% from 232); Blue value is 74 (29.30% from 255 or 31.90% from 232); Max value from RGB is 89 - color contains mainly: green. Hex color #45594A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45594A is #BAA6B5. Grayscale: #515151. Windows color (decimal): -12232374 or 4872517. OLE color: 4872517.
HSL color Cylindrical-coordinate representation of color #45594A: hue angle of 135º 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 #45594A is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 89 | 74 | - |
| CMYK | 0.22 | 0 | 0.17 | 0.65 |
| HSL | 135º | 0.13% | 0.31% | - |
| HSV(B) | 135º | 0.22% | 0.35% | - |
| XYZ | 7.26 | 8.9 | 7.81 | - |
| YUV | 81.31 | 123.87 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 89 | 74 | 0.22 | 0 | 0.17 | 0.65 | 135 | 0.13 | 0.31 |
| Hex | 45 | 59 | 4A | 16 | 0 | 11 | 41 | 87 | D | 1F |
| Octal | 105 | 131 | 112 | 26 | 0 | 21 | 101 | 207 | 15 | 37 |
| Binary | 1000101 | 1011001 | 1001010 | 10110 | 0 | 10001 | 1000001 | 10000111 | 1101 | 11111 |
Color Harmonies of #45594A
Complementary color
Monochromatic Colors of #45594A
Black with #45594A
Text Example
Text Example
White with #45594A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45594A; }
p { color: rgb(69,89,74); }
H1.HeaderClassName
{
color: #45594A;
}
.AnyTagClassName
{
color: #45594A;
}
</style>
background-color css
<style>
a { background-color: #45594A; }
a { background-color: rgb(69,89,74); }
div.DivClassName
{
background-color: #45594A;
}
.BgClassName
{
background-color: #45594A;
}
</style>
border-color css
<style>
span { border-color: #45594A; }
span { border-color: rgb(69,89,74); }
td.TdClassName
{
border-color: #45594A;
}
.TagClassName
{
border-color: #45594A;
}
</style>