Shades of Feldgrau #4D6557
Tints of Feldgrau #4D6557
RGB
CMYK
RGB Variations
Color information
#4D6557 (or 0x4D6557) is known color: Feldgrau. HEX triplet: 4D, 65 and 57. RGB value is (77,101,87). Sum of RGB (Red+Green+Blue) = 77+101+87=265 (35% of max value = 765). Red value is 77 (30.47% from 255 or 29.06% from 265); Green value is 101 (39.84% from 255 or 38.11% from 265); Blue value is 87 (34.38% from 255 or 32.83% from 265); Max value from RGB is 101 - color contains mainly: green. Hex color #4D6557 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6557 is #B29AA8. Grayscale: #5C5C5C. Windows color (decimal): -11705001 or 5727565. OLE color: 5727565.
HSL color Cylindrical-coordinate representation of color #4D6557: hue angle of 145º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4D6557 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 77 | 101 | 87 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.60 |
| HSL | 145º | 0.13% | 0.35% | - |
| HSV(B) | 145º | 0.24% | 0.4% | - |
| XYZ | 9.43 | 11.57 | 10.75 | - |
| YUV | 92.23 | 125.05 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 101 | 87 | 0.24 | 0 | 0.14 | 0.60 | 145 | 0.13 | 0.35 |
| Hex | 4D | 65 | 57 | 18 | 0 | E | 3C | 91 | D | 23 |
| Octal | 115 | 145 | 127 | 30 | 0 | 16 | 74 | 221 | 15 | 43 |
| Binary | 1001101 | 1100101 | 1010111 | 11000 | 0 | 1110 | 111100 | 10010001 | 1101 | 100011 |
Color Harmonies of #4D6557
Complementary color
Monochromatic Colors of #4D6557
Black with #4D6557
Text Example
Text Example
White with #4D6557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6557; }
p { color: rgb(77,101,87); }
H1.HeaderClassName
{
color: #4D6557;
}
.AnyTagClassName
{
color: #4D6557;
}
</style>
background-color css
<style>
a { background-color: #4D6557; }
a { background-color: rgb(77,101,87); }
div.DivClassName
{
background-color: #4D6557;
}
.BgClassName
{
background-color: #4D6557;
}
</style>
border-color css
<style>
span { border-color: #4D6557; }
span { border-color: rgb(77,101,87); }
td.TdClassName
{
border-color: #4D6557;
}
.TagClassName
{
border-color: #4D6557;
}
</style>