Shades of Feldgrau #45614D
Tints of Feldgrau #45614D
RGB
CMYK
RGB Variations
Color information
#45614D (or 0x45614D) is known color: Feldgrau. HEX triplet: 45, 61 and 4D. RGB value is (69,97,77). Sum of RGB (Red+Green+Blue) = 69+97+77=243 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.40% from 243); Green value is 97 (38.28% from 255 or 39.92% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 97 - color contains mainly: green. Hex color #45614D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45614D is #BA9EB2. Grayscale: #565656. Windows color (decimal): -12230323 or 5071173. OLE color: 5071173.
HSL color Cylindrical-coordinate representation of color #45614D: hue angle of 137.14º 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 #45614D is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 97 | 77 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.62 |
| HSL | 137.14º | 0.17% | 0.33% | - |
| HSV(B) | 137.14º | 0.29% | 0.38% | - |
| XYZ | 8.07 | 10.35 | 8.59 | - |
| YUV | 86.35 | 122.72 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 97 | 77 | 0.29 | 0 | 0.21 | 0.62 | 137.14 | 0.17 | 0.33 |
| Hex | 45 | 61 | 4D | 1D | 0 | 15 | 3E | 89 | 11 | 21 |
| Octal | 105 | 141 | 115 | 35 | 0 | 25 | 76 | 211 | 21 | 41 |
| Binary | 1000101 | 1100001 | 1001101 | 11101 | 0 | 10101 | 111110 | 10001001 | 10001 | 100001 |
Color Harmonies of #45614D
Complementary color
Monochromatic Colors of #45614D
Black with #45614D
Text Example
Text Example
White with #45614D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45614D; }
p { color: rgb(69,97,77); }
H1.HeaderClassName
{
color: #45614D;
}
.AnyTagClassName
{
color: #45614D;
}
</style>
background-color css
<style>
a { background-color: #45614D; }
a { background-color: rgb(69,97,77); }
div.DivClassName
{
background-color: #45614D;
}
.BgClassName
{
background-color: #45614D;
}
</style>
border-color css
<style>
span { border-color: #45614D; }
span { border-color: rgb(69,97,77); }
td.TdClassName
{
border-color: #45614D;
}
.TagClassName
{
border-color: #45614D;
}
</style>