Shades of Feldgrau #4D6356
Tints of Feldgrau #4D6356
RGB
CMYK
RGB Variations
Color information
#4D6356 (or 0x4D6356) is known color: Feldgrau. HEX triplet: 4D, 63 and 56. RGB value is (77,99,86). Sum of RGB (Red+Green+Blue) = 77+99+86=262 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.39% from 262); Green value is 99 (39.06% from 255 or 37.79% from 262); Blue value is 86 (33.98% from 255 or 32.82% from 262); Max value from RGB is 99 - color contains mainly: green. Hex color #4D6356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6356 is #B29CA9. Grayscale: #5A5A5A. Windows color (decimal): -11705514 or 5661517. OLE color: 5661517.
HSL color Cylindrical-coordinate representation of color #4D6356: hue angle of 144.55º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4D6356 is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 77 | 99 | 86 | - |
| CMYK | 0.22 | 0 | 0.13 | 0.61 |
| HSL | 144.55º | 0.13% | 0.35% | - |
| HSV(B) | 144.55º | 0.22% | 0.39% | - |
| XYZ | 9.2 | 11.17 | 10.48 | - |
| YUV | 90.94 | 125.21 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 99 | 86 | 0.22 | 0 | 0.13 | 0.61 | 144.55 | 0.13 | 0.35 |
| Hex | 4D | 63 | 56 | 16 | 0 | D | 3D | 91 | C | 23 |
| Octal | 115 | 143 | 126 | 26 | 0 | 15 | 75 | 221 | 14 | 43 |
| Binary | 1001101 | 1100011 | 1010110 | 10110 | 0 | 1101 | 111101 | 10010001 | 1100 | 100011 |
Color Harmonies of #4D6356
Complementary color
Monochromatic Colors of #4D6356
Black with #4D6356
Text Example
Text Example
White with #4D6356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6356; }
p { color: rgb(77,99,86); }
H1.HeaderClassName
{
color: #4D6356;
}
.AnyTagClassName
{
color: #4D6356;
}
</style>
background-color css
<style>
a { background-color: #4D6356; }
a { background-color: rgb(77,99,86); }
div.DivClassName
{
background-color: #4D6356;
}
.BgClassName
{
background-color: #4D6356;
}
</style>
border-color css
<style>
span { border-color: #4D6356; }
span { border-color: rgb(77,99,86); }
td.TdClassName
{
border-color: #4D6356;
}
.TagClassName
{
border-color: #4D6356;
}
</style>