Shades of Feldgrau #4C6354
Tints of Feldgrau #4C6354
RGB
CMYK
RGB Variations
Color information
#4C6354 (or 0x4C6354) is known color: Feldgrau. HEX triplet: 4C, 63 and 54. RGB value is (76,99,84). Sum of RGB (Red+Green+Blue) = 76+99+84=259 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.34% from 259); Green value is 99 (39.06% from 255 or 38.22% from 259); Blue value is 84 (33.20% from 255 or 32.43% from 259); Max value from RGB is 99 - color contains mainly: green. Hex color #4C6354 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6354 is #B39CAB. Grayscale: #5A5A5A. Windows color (decimal): -11771052 or 5530444. OLE color: 5530444.
HSL color Cylindrical-coordinate representation of color #4C6354: hue angle of 140.87º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4C6354 is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 76 | 99 | 84 | - |
| CMYK | 0.23 | 0 | 0.15 | 0.61 |
| HSL | 140.87º | 0.13% | 0.34% | - |
| HSV(B) | 140.87º | 0.23% | 0.39% | - |
| XYZ | 9.04 | 11.1 | 10.05 | - |
| YUV | 90.41 | 124.38 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 99 | 84 | 0.23 | 0 | 0.15 | 0.61 | 140.87 | 0.13 | 0.34 |
| Hex | 4C | 63 | 54 | 17 | 0 | F | 3D | 8D | D | 22 |
| Octal | 114 | 143 | 124 | 27 | 0 | 17 | 75 | 215 | 15 | 42 |
| Binary | 1001100 | 1100011 | 1010100 | 10111 | 0 | 1111 | 111101 | 10001101 | 1101 | 100010 |
Color Harmonies of #4C6354
Complementary color
Monochromatic Colors of #4C6354
Black with #4C6354
Text Example
Text Example
White with #4C6354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6354; }
p { color: rgb(76,99,84); }
H1.HeaderClassName
{
color: #4C6354;
}
.AnyTagClassName
{
color: #4C6354;
}
</style>
background-color css
<style>
a { background-color: #4C6354; }
a { background-color: rgb(76,99,84); }
div.DivClassName
{
background-color: #4C6354;
}
.BgClassName
{
background-color: #4C6354;
}
</style>
border-color css
<style>
span { border-color: #4C6354; }
span { border-color: rgb(76,99,84); }
td.TdClassName
{
border-color: #4C6354;
}
.TagClassName
{
border-color: #4C6354;
}
</style>