Shades of Feldgrau #4F6256
Tints of Feldgrau #4F6256
RGB
CMYK
RGB Variations
Color information
#4F6256 (or 0x4F6256) is known color: Feldgrau. HEX triplet: 4F, 62 and 56. RGB value is (79,98,86). Sum of RGB (Red+Green+Blue) = 79+98+86=263 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.04% from 263); Green value is 98 (38.67% from 255 or 37.26% from 263); Blue value is 86 (33.98% from 255 or 32.70% from 263); Max value from RGB is 98 - color contains mainly: green. Hex color #4F6256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6256 is #B09DA9. Grayscale: #5A5A5A. Windows color (decimal): -11574698 or 5661263. OLE color: 5661263.
HSL color Cylindrical-coordinate representation of color #4F6256: hue angle of 142.11º degrees, saturation: 0.11, 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 #4F6256 is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 79 | 98 | 86 | - |
| CMYK | 0.19 | 0 | 0.12 | 0.62 |
| HSL | 142.11º | 0.11% | 0.35% | - |
| HSV(B) | 142.11º | 0.19% | 0.38% | - |
| XYZ | 9.27 | 11.07 | 10.45 | - |
| YUV | 90.95 | 125.21 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 98 | 86 | 0.19 | 0 | 0.12 | 0.62 | 142.11 | 0.11 | 0.35 |
| Hex | 4F | 62 | 56 | 13 | 0 | C | 3E | 8E | B | 23 |
| Octal | 117 | 142 | 126 | 23 | 0 | 14 | 76 | 216 | 13 | 43 |
| Binary | 1001111 | 1100010 | 1010110 | 10011 | 0 | 1100 | 111110 | 10001110 | 1011 | 100011 |
Color Harmonies of #4F6256
Complementary color
Monochromatic Colors of #4F6256
Black with #4F6256
Text Example
Text Example
White with #4F6256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6256; }
p { color: rgb(79,98,86); }
H1.HeaderClassName
{
color: #4F6256;
}
.AnyTagClassName
{
color: #4F6256;
}
</style>
background-color css
<style>
a { background-color: #4F6256; }
a { background-color: rgb(79,98,86); }
div.DivClassName
{
background-color: #4F6256;
}
.BgClassName
{
background-color: #4F6256;
}
</style>
border-color css
<style>
span { border-color: #4F6256; }
span { border-color: rgb(79,98,86); }
td.TdClassName
{
border-color: #4F6256;
}
.TagClassName
{
border-color: #4F6256;
}
</style>