Shades of Feldgrau #45534A
Tints of Feldgrau #45534A
RGB
CMYK
RGB Variations
Color information
#45534A (or 0x45534A) is known color: Feldgrau. HEX triplet: 45, 53 and 4A. RGB value is (69,83,74). Sum of RGB (Red+Green+Blue) = 69+83+74=226 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.53% from 226); Green value is 83 (32.81% from 255 or 36.73% from 226); Blue value is 74 (29.30% from 255 or 32.74% from 226); Max value from RGB is 83 - color contains mainly: green. Hex color #45534A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45534A is #BAACB5. Grayscale: #4D4D4D. Windows color (decimal): -12233910 or 4870981. OLE color: 4870981.
HSL color Cylindrical-coordinate representation of color #45534A: hue angle of 141.43º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #45534A is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 83 | 74 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.67 |
| HSL | 141.43º | 0.09% | 0.3% | - |
| HSV(B) | 141.43º | 0.17% | 0.33% | - |
| XYZ | 6.78 | 7.95 | 7.65 | - |
| YUV | 77.79 | 125.86 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 83 | 74 | 0.17 | 0 | 0.11 | 0.67 | 141.43 | 0.09 | 0.3 |
| Hex | 45 | 53 | 4A | 11 | 0 | B | 43 | 8D | 9 | 1E |
| Octal | 105 | 123 | 112 | 21 | 0 | 13 | 103 | 215 | 11 | 36 |
| Binary | 1000101 | 1010011 | 1001010 | 10001 | 0 | 1011 | 1000011 | 10001101 | 1001 | 11110 |
Color Harmonies of #45534A
Complementary color
Monochromatic Colors of #45534A
Black with #45534A
Text Example
Text Example
White with #45534A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45534A; }
p { color: rgb(69,83,74); }
H1.HeaderClassName
{
color: #45534A;
}
.AnyTagClassName
{
color: #45534A;
}
</style>
background-color css
<style>
a { background-color: #45534A; }
a { background-color: rgb(69,83,74); }
div.DivClassName
{
background-color: #45534A;
}
.BgClassName
{
background-color: #45534A;
}
</style>
border-color css
<style>
span { border-color: #45534A; }
span { border-color: rgb(69,83,74); }
td.TdClassName
{
border-color: #45534A;
}
.TagClassName
{
border-color: #45534A;
}
</style>