Shades of Feldgrau #4D6054
Tints of Feldgrau #4D6054
RGB
CMYK
RGB Variations
Color information
#4D6054 (or 0x4D6054) is known color: Feldgrau. HEX triplet: 4D, 60 and 54. RGB value is (77,96,84). Sum of RGB (Red+Green+Blue) = 77+96+84=257 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.96% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 84 (33.20% from 255 or 32.68% from 257); Max value from RGB is 96 - color contains mainly: green. Hex color #4D6054 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6054 is #B29FAB. Grayscale: #585858. Windows color (decimal): -11706284 or 5529677. OLE color: 5529677.
HSL color Cylindrical-coordinate representation of color #4D6054: hue angle of 142.11º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4D6054 is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 96 | 84 | - |
| CMYK | 0.20 | 0 | 0.12 | 0.62 |
| HSL | 142.11º | 0.11% | 0.34% | - |
| HSV(B) | 142.11º | 0.2% | 0.38% | - |
| XYZ | 8.84 | 10.58 | 9.96 | - |
| YUV | 88.95 | 125.21 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 96 | 84 | 0.20 | 0 | 0.12 | 0.62 | 142.11 | 0.11 | 0.34 |
| Hex | 4D | 60 | 54 | 14 | 0 | C | 3E | 8E | B | 22 |
| Octal | 115 | 140 | 124 | 24 | 0 | 14 | 76 | 216 | 13 | 42 |
| Binary | 1001101 | 1100000 | 1010100 | 10100 | 0 | 1100 | 111110 | 10001110 | 1011 | 100010 |
Color Harmonies of #4D6054
Complementary color
Monochromatic Colors of #4D6054
Black with #4D6054
Text Example
Text Example
White with #4D6054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6054; }
p { color: rgb(77,96,84); }
H1.HeaderClassName
{
color: #4D6054;
}
.AnyTagClassName
{
color: #4D6054;
}
</style>
background-color css
<style>
a { background-color: #4D6054; }
a { background-color: rgb(77,96,84); }
div.DivClassName
{
background-color: #4D6054;
}
.BgClassName
{
background-color: #4D6054;
}
</style>
border-color css
<style>
span { border-color: #4D6054; }
span { border-color: rgb(77,96,84); }
td.TdClassName
{
border-color: #4D6054;
}
.TagClassName
{
border-color: #4D6054;
}
</style>