Shades of Feldgrau #45544A
Tints of Feldgrau #45544A
RGB
CMYK
RGB Variations
Color information
#45544A (or 0x45544A) is known color: Feldgrau. HEX triplet: 45, 54 and 4A. RGB value is (69,84,74). Sum of RGB (Red+Green+Blue) = 69+84+74=227 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.40% from 227); Green value is 84 (33.20% from 255 or 37.00% from 227); Blue value is 74 (29.30% from 255 or 32.60% from 227); Max value from RGB is 84 - color contains mainly: green. Hex color #45544A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45544A is #BAABB5. Grayscale: #4E4E4E. Windows color (decimal): -12233654 or 4871237. OLE color: 4871237.
HSL color Cylindrical-coordinate representation of color #45544A: hue angle of 140º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #45544A is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 84 | 74 | - |
| CMYK | 0.18 | 0 | 0.12 | 0.67 |
| HSL | 140º | 0.1% | 0.3% | - |
| HSV(B) | 140º | 0.18% | 0.33% | - |
| XYZ | 6.86 | 8.1 | 7.68 | - |
| YUV | 78.38 | 125.53 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 84 | 74 | 0.18 | 0 | 0.12 | 0.67 | 140 | 0.1 | 0.3 |
| Hex | 45 | 54 | 4A | 12 | 0 | C | 43 | 8C | A | 1E |
| Octal | 105 | 124 | 112 | 22 | 0 | 14 | 103 | 214 | 12 | 36 |
| Binary | 1000101 | 1010100 | 1001010 | 10010 | 0 | 1100 | 1000011 | 10001100 | 1010 | 11110 |
Color Harmonies of #45544A
Complementary color
Monochromatic Colors of #45544A
Black with #45544A
Text Example
Text Example
White with #45544A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45544A; }
p { color: rgb(69,84,74); }
H1.HeaderClassName
{
color: #45544A;
}
.AnyTagClassName
{
color: #45544A;
}
</style>
background-color css
<style>
a { background-color: #45544A; }
a { background-color: rgb(69,84,74); }
div.DivClassName
{
background-color: #45544A;
}
.BgClassName
{
background-color: #45544A;
}
</style>
border-color css
<style>
span { border-color: #45544A; }
span { border-color: rgb(69,84,74); }
td.TdClassName
{
border-color: #45544A;
}
.TagClassName
{
border-color: #45544A;
}
</style>