Shades of Feldgrau #4F6155
Tints of Feldgrau #4F6155
RGB
CMYK
RGB Variations
Color information
#4F6155 (or 0x4F6155) is known color: Feldgrau. HEX triplet: 4F, 61 and 55. RGB value is (79,97,85). Sum of RGB (Red+Green+Blue) = 79+97+85=261 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.27% from 261); Green value is 97 (38.28% from 255 or 37.16% from 261); Blue value is 85 (33.59% from 255 or 32.57% from 261); Max value from RGB is 97 - color contains mainly: green. Hex color #4F6155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6155 is #B09EAA. Grayscale: #5A5A5A. Windows color (decimal): -11574955 or 5595471. OLE color: 5595471.
HSL color Cylindrical-coordinate representation of color #4F6155: hue angle of 140º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4F6155 is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 79 | 97 | 85 | - |
| CMYK | 0.19 | 0 | 0.12 | 0.62 |
| HSL | 140º | 0.1% | 0.35% | - |
| HSV(B) | 140º | 0.19% | 0.38% | - |
| XYZ | 9.14 | 10.87 | 10.21 | - |
| YUV | 90.25 | 125.04 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 97 | 85 | 0.19 | 0 | 0.12 | 0.62 | 140 | 0.1 | 0.35 |
| Hex | 4F | 61 | 55 | 13 | 0 | C | 3E | 8C | A | 23 |
| Octal | 117 | 141 | 125 | 23 | 0 | 14 | 76 | 214 | 12 | 43 |
| Binary | 1001111 | 1100001 | 1010101 | 10011 | 0 | 1100 | 111110 | 10001100 | 1010 | 100011 |
Color Harmonies of #4F6155
Complementary color
Monochromatic Colors of #4F6155
Black with #4F6155
Text Example
Text Example
White with #4F6155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6155; }
p { color: rgb(79,97,85); }
H1.HeaderClassName
{
color: #4F6155;
}
.AnyTagClassName
{
color: #4F6155;
}
</style>
background-color css
<style>
a { background-color: #4F6155; }
a { background-color: rgb(79,97,85); }
div.DivClassName
{
background-color: #4F6155;
}
.BgClassName
{
background-color: #4F6155;
}
</style>
border-color css
<style>
span { border-color: #4F6155; }
span { border-color: rgb(79,97,85); }
td.TdClassName
{
border-color: #4F6155;
}
.TagClassName
{
border-color: #4F6155;
}
</style>