Shades of Feldgrau #45604D
Tints of Feldgrau #45604D
RGB
CMYK
RGB Variations
Color information
#45604D (or 0x45604D) is known color: Feldgrau. HEX triplet: 45, 60 and 4D. RGB value is (69,96,77). Sum of RGB (Red+Green+Blue) = 69+96+77=242 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.51% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 77 (30.47% from 255 or 31.82% from 242); Max value from RGB is 96 - color contains mainly: green. Hex color #45604D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45604D is #BA9FB2. Grayscale: #555555. Windows color (decimal): -12230579 or 5070917. OLE color: 5070917.
HSL color Cylindrical-coordinate representation of color #45604D: hue angle of 137.78º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #45604D is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 96 | 77 | - |
| CMYK | 0.28 | 0 | 0.20 | 0.62 |
| HSL | 137.78º | 0.16% | 0.32% | - |
| HSV(B) | 137.78º | 0.28% | 0.38% | - |
| XYZ | 7.98 | 10.17 | 8.56 | - |
| YUV | 85.76 | 123.05 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 96 | 77 | 0.28 | 0 | 0.20 | 0.62 | 137.78 | 0.16 | 0.32 |
| Hex | 45 | 60 | 4D | 1C | 0 | 14 | 3E | 8A | 10 | 20 |
| Octal | 105 | 140 | 115 | 34 | 0 | 24 | 76 | 212 | 20 | 40 |
| Binary | 1000101 | 1100000 | 1001101 | 11100 | 0 | 10100 | 111110 | 10001010 | 10000 | 100000 |
Color Harmonies of #45604D
Complementary color
Monochromatic Colors of #45604D
Black with #45604D
Text Example
Text Example
White with #45604D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45604D; }
p { color: rgb(69,96,77); }
H1.HeaderClassName
{
color: #45604D;
}
.AnyTagClassName
{
color: #45604D;
}
</style>
background-color css
<style>
a { background-color: #45604D; }
a { background-color: rgb(69,96,77); }
div.DivClassName
{
background-color: #45604D;
}
.BgClassName
{
background-color: #45604D;
}
</style>
border-color css
<style>
span { border-color: #45604D; }
span { border-color: rgb(69,96,77); }
td.TdClassName
{
border-color: #45604D;
}
.TagClassName
{
border-color: #45604D;
}
</style>