Shades of Feldgrau #45614E
Tints of Feldgrau #45614E
RGB
CMYK
RGB Variations
Color information
#45614E (or 0x45614E) is known color: Feldgrau. HEX triplet: 45, 61 and 4E. RGB value is (69,97,78). Sum of RGB (Red+Green+Blue) = 69+97+78=244 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.28% from 244); Green value is 97 (38.28% from 255 or 39.75% from 244); Blue value is 78 (30.86% from 255 or 31.97% from 244); Max value from RGB is 97 - color contains mainly: green. Hex color #45614E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45614E is #BA9EB1. Grayscale: #565656. Windows color (decimal): -12230322 or 5136709. OLE color: 5136709.
HSL color Cylindrical-coordinate representation of color #45614E: hue angle of 139.29º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #45614E is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 97 | 78 | - |
| CMYK | 0.29 | 0 | 0.20 | 0.62 |
| HSL | 139.29º | 0.17% | 0.33% | - |
| HSV(B) | 139.29º | 0.29% | 0.38% | - |
| XYZ | 8.1 | 10.36 | 8.78 | - |
| YUV | 86.46 | 123.22 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 97 | 78 | 0.29 | 0 | 0.20 | 0.62 | 139.29 | 0.17 | 0.33 |
| Hex | 45 | 61 | 4E | 1D | 0 | 14 | 3E | 8B | 11 | 21 |
| Octal | 105 | 141 | 116 | 35 | 0 | 24 | 76 | 213 | 21 | 41 |
| Binary | 1000101 | 1100001 | 1001110 | 11101 | 0 | 10100 | 111110 | 10001011 | 10001 | 100001 |
Color Harmonies of #45614E
Complementary color
Monochromatic Colors of #45614E
Black with #45614E
Text Example
Text Example
White with #45614E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45614E; }
p { color: rgb(69,97,78); }
H1.HeaderClassName
{
color: #45614E;
}
.AnyTagClassName
{
color: #45614E;
}
</style>
background-color css
<style>
a { background-color: #45614E; }
a { background-color: rgb(69,97,78); }
div.DivClassName
{
background-color: #45614E;
}
.BgClassName
{
background-color: #45614E;
}
</style>
border-color css
<style>
span { border-color: #45614E; }
span { border-color: rgb(69,97,78); }
td.TdClassName
{
border-color: #45614E;
}
.TagClassName
{
border-color: #45614E;
}
</style>