Shades of Feldgrau #4D6254
Tints of Feldgrau #4D6254
RGB
CMYK
RGB Variations
Color information
#4D6254 (or 0x4D6254) is known color: Feldgrau. HEX triplet: 4D, 62 and 54. RGB value is (77,98,84). Sum of RGB (Red+Green+Blue) = 77+98+84=259 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.73% from 259); Green value is 98 (38.67% from 255 or 37.84% from 259); Blue value is 84 (33.20% from 255 or 32.43% from 259); Max value from RGB is 98 - color contains mainly: green. Hex color #4D6254 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6254 is #B29DAB. Grayscale: #5A5A5A. Windows color (decimal): -11705772 or 5530189. OLE color: 5530189.
HSL color Cylindrical-coordinate representation of color #4D6254: hue angle of 140º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4D6254 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 98 | 84 | - |
| CMYK | 0.21 | 0 | 0.14 | 0.62 |
| HSL | 140º | 0.12% | 0.34% | - |
| HSV(B) | 140º | 0.21% | 0.38% | - |
| XYZ | 9.03 | 10.95 | 10.03 | - |
| YUV | 90.13 | 124.54 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 98 | 84 | 0.21 | 0 | 0.14 | 0.62 | 140 | 0.12 | 0.34 |
| Hex | 4D | 62 | 54 | 15 | 0 | E | 3E | 8C | C | 22 |
| Octal | 115 | 142 | 124 | 25 | 0 | 16 | 76 | 214 | 14 | 42 |
| Binary | 1001101 | 1100010 | 1010100 | 10101 | 0 | 1110 | 111110 | 10001100 | 1100 | 100010 |
Color Harmonies of #4D6254
Complementary color
Monochromatic Colors of #4D6254
Black with #4D6254
Text Example
Text Example
White with #4D6254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6254; }
p { color: rgb(77,98,84); }
H1.HeaderClassName
{
color: #4D6254;
}
.AnyTagClassName
{
color: #4D6254;
}
</style>
background-color css
<style>
a { background-color: #4D6254; }
a { background-color: rgb(77,98,84); }
div.DivClassName
{
background-color: #4D6254;
}
.BgClassName
{
background-color: #4D6254;
}
</style>
border-color css
<style>
span { border-color: #4D6254; }
span { border-color: rgb(77,98,84); }
td.TdClassName
{
border-color: #4D6254;
}
.TagClassName
{
border-color: #4D6254;
}
</style>