Shades of Feldgrau #45554B
Tints of Feldgrau #45554B
RGB
CMYK
RGB Variations
Color information
#45554B (or 0x45554B) is known color: Feldgrau. HEX triplet: 45, 55 and 4B. RGB value is (69,85,75). Sum of RGB (Red+Green+Blue) = 69+85+75=229 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.13% from 229); Green value is 85 (33.59% from 255 or 37.12% from 229); Blue value is 75 (29.69% from 255 or 32.75% from 229); Max value from RGB is 85 - color contains mainly: green. Hex color #45554B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45554B is #BAAAB4. Grayscale: #4F4F4F. Windows color (decimal): -12233397 or 4937029. OLE color: 4937029.
HSL color Cylindrical-coordinate representation of color #45554B: hue angle of 142.5º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #45554B is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 85 | 75 | - |
| CMYK | 0.19 | 0 | 0.12 | 0.67 |
| HSL | 142.5º | 0.1% | 0.3% | - |
| HSV(B) | 142.5º | 0.19% | 0.33% | - |
| XYZ | 6.97 | 8.27 | 7.89 | - |
| YUV | 79.08 | 125.7 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 85 | 75 | 0.19 | 0 | 0.12 | 0.67 | 142.5 | 0.1 | 0.3 |
| Hex | 45 | 55 | 4B | 13 | 0 | C | 43 | 8E | A | 1E |
| Octal | 105 | 125 | 113 | 23 | 0 | 14 | 103 | 216 | 12 | 36 |
| Binary | 1000101 | 1010101 | 1001011 | 10011 | 0 | 1100 | 1000011 | 10001110 | 1010 | 11110 |
Color Harmonies of #45554B
Complementary color
Monochromatic Colors of #45554B
Black with #45554B
Text Example
Text Example
White with #45554B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45554B; }
p { color: rgb(69,85,75); }
H1.HeaderClassName
{
color: #45554B;
}
.AnyTagClassName
{
color: #45554B;
}
</style>
background-color css
<style>
a { background-color: #45554B; }
a { background-color: rgb(69,85,75); }
div.DivClassName
{
background-color: #45554B;
}
.BgClassName
{
background-color: #45554B;
}
</style>
border-color css
<style>
span { border-color: #45554B; }
span { border-color: rgb(69,85,75); }
td.TdClassName
{
border-color: #45554B;
}
.TagClassName
{
border-color: #45554B;
}
</style>