Shades of Feldgrau #45554A
Tints of Feldgrau #45554A
RGB
CMYK
RGB Variations
Color information
#45554A (or 0x45554A) is known color: Feldgrau. HEX triplet: 45, 55 and 4A. RGB value is (69,85,74). Sum of RGB (Red+Green+Blue) = 69+85+74=228 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.26% from 228); Green value is 85 (33.59% from 255 or 37.28% from 228); Blue value is 74 (29.30% from 255 or 32.46% from 228); Max value from RGB is 85 - color contains mainly: green. Hex color #45554A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45554A is #BAAAB5. Grayscale: #4E4E4E. Windows color (decimal): -12233398 or 4871493. OLE color: 4871493.
HSL color Cylindrical-coordinate representation of color #45554A: hue angle of 138.75º 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 #45554A is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 85 | 74 | - |
| CMYK | 0.19 | 0 | 0.13 | 0.67 |
| HSL | 138.75º | 0.1% | 0.3% | - |
| HSV(B) | 138.75º | 0.19% | 0.33% | - |
| XYZ | 6.94 | 8.26 | 7.71 | - |
| YUV | 78.96 | 125.2 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 85 | 74 | 0.19 | 0 | 0.13 | 0.67 | 138.75 | 0.1 | 0.3 |
| Hex | 45 | 55 | 4A | 13 | 0 | D | 43 | 8B | A | 1E |
| Octal | 105 | 125 | 112 | 23 | 0 | 15 | 103 | 213 | 12 | 36 |
| Binary | 1000101 | 1010101 | 1001010 | 10011 | 0 | 1101 | 1000011 | 10001011 | 1010 | 11110 |
Color Harmonies of #45554A
Complementary color
Monochromatic Colors of #45554A
Black with #45554A
Text Example
Text Example
White with #45554A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45554A; }
p { color: rgb(69,85,74); }
H1.HeaderClassName
{
color: #45554A;
}
.AnyTagClassName
{
color: #45554A;
}
</style>
background-color css
<style>
a { background-color: #45554A; }
a { background-color: rgb(69,85,74); }
div.DivClassName
{
background-color: #45554A;
}
.BgClassName
{
background-color: #45554A;
}
</style>
border-color css
<style>
span { border-color: #45554A; }
span { border-color: rgb(69,85,74); }
td.TdClassName
{
border-color: #45554A;
}
.TagClassName
{
border-color: #45554A;
}
</style>