Shades of Feldgrau #4E5F55
Tints of Feldgrau #4E5F55
RGB
CMYK
RGB Variations
Color information
#4E5F55 (or 0x4E5F55) is known color: Feldgrau. HEX triplet: 4E, 5F and 55. RGB value is (78,95,85). Sum of RGB (Red+Green+Blue) = 78+95+85=258 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30.23% from 258); Green value is 95 (37.5% from 255 or 36.82% from 258); Blue value is 85 (33.59% from 255 or 32.95% from 258); Max value from RGB is 95 - color contains mainly: green. Hex color #4E5F55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5F55 is #B1A0AA. Grayscale: #585858. Windows color (decimal): -11641003 or 5594958. OLE color: 5594958.
HSL color Cylindrical-coordinate representation of color #4E5F55: hue angle of 144.71º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4E5F55 is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 78 | 95 | 85 | - |
| CMYK | 0.18 | 0 | 0.11 | 0.63 |
| HSL | 144.71º | 0.1% | 0.34% | - |
| HSV(B) | 144.71º | 0.18% | 0.37% | - |
| XYZ | 8.87 | 10.46 | 10.15 | - |
| YUV | 88.78 | 125.87 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 95 | 85 | 0.18 | 0 | 0.11 | 0.63 | 144.71 | 0.1 | 0.34 |
| Hex | 4E | 5F | 55 | 12 | 0 | B | 3F | 91 | A | 22 |
| Octal | 116 | 137 | 125 | 22 | 0 | 13 | 77 | 221 | 12 | 42 |
| Binary | 1001110 | 1011111 | 1010101 | 10010 | 0 | 1011 | 111111 | 10010001 | 1010 | 100010 |
Color Harmonies of #4E5F55
Complementary color
Monochromatic Colors of #4E5F55
Black with #4E5F55
Text Example
Text Example
White with #4E5F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5F55; }
p { color: rgb(78,95,85); }
H1.HeaderClassName
{
color: #4E5F55;
}
.AnyTagClassName
{
color: #4E5F55;
}
</style>
background-color css
<style>
a { background-color: #4E5F55; }
a { background-color: rgb(78,95,85); }
div.DivClassName
{
background-color: #4E5F55;
}
.BgClassName
{
background-color: #4E5F55;
}
</style>
border-color css
<style>
span { border-color: #4E5F55; }
span { border-color: rgb(78,95,85); }
td.TdClassName
{
border-color: #4E5F55;
}
.TagClassName
{
border-color: #4E5F55;
}
</style>