Shades of Feldgrau #4C5951
Tints of Feldgrau #4C5951
RGB
CMYK
RGB Variations
Color information
#4C5951 (or 0x4C5951) is known color: Feldgrau. HEX triplet: 4C, 59 and 51. RGB value is (76,89,81). Sum of RGB (Red+Green+Blue) = 76+89+81=246 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.89% from 246); Green value is 89 (35.16% from 255 or 36.18% from 246); Blue value is 81 (32.03% from 255 or 32.93% from 246); Max value from RGB is 89 - color contains mainly: green. Hex color #4C5951 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5951 is #B3A6AE. Grayscale: #545454. Windows color (decimal): -11773615 or 5331276. OLE color: 5331276.
HSL color Cylindrical-coordinate representation of color #4C5951: hue angle of 143.08º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4C5951 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 76 | 89 | 81 | - |
| CMYK | 0.15 | 0 | 0.09 | 0.65 |
| HSL | 143.08º | 0.08% | 0.32% | - |
| HSV(B) | 143.08º | 0.15% | 0.35% | - |
| XYZ | 8.04 | 9.28 | 9.15 | - |
| YUV | 84.2 | 126.19 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 89 | 81 | 0.15 | 0 | 0.09 | 0.65 | 143.08 | 0.08 | 0.32 |
| Hex | 4C | 59 | 51 | F | 0 | 9 | 41 | 8F | 8 | 20 |
| Octal | 114 | 131 | 121 | 17 | 0 | 11 | 101 | 217 | 10 | 40 |
| Binary | 1001100 | 1011001 | 1010001 | 1111 | 0 | 1001 | 1000001 | 10001111 | 1000 | 100000 |
Color Harmonies of #4C5951
Complementary color
Monochromatic Colors of #4C5951
Black with #4C5951
Text Example
Text Example
White with #4C5951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5951; }
p { color: rgb(76,89,81); }
H1.HeaderClassName
{
color: #4C5951;
}
.AnyTagClassName
{
color: #4C5951;
}
</style>
background-color css
<style>
a { background-color: #4C5951; }
a { background-color: rgb(76,89,81); }
div.DivClassName
{
background-color: #4C5951;
}
.BgClassName
{
background-color: #4C5951;
}
</style>
border-color css
<style>
span { border-color: #4C5951; }
span { border-color: rgb(76,89,81); }
td.TdClassName
{
border-color: #4C5951;
}
.TagClassName
{
border-color: #4C5951;
}
</style>