Shades of Feldgrau #3F5F49
Tints of Feldgrau #3F5F49
RGB
CMYK
RGB Variations
Color information
#3F5F49 (or 0x3F5F49) is known color: Feldgrau. HEX triplet: 3F, 5F and 49. RGB value is (63,95,73). Sum of RGB (Red+Green+Blue) = 63+95+73=231 (30% of max value = 765). Red value is 63 (25% from 255 or 27.27% from 231); Green value is 95 (37.5% from 255 or 41.13% from 231); Blue value is 73 (28.91% from 255 or 31.60% from 231); Max value from RGB is 95 - color contains mainly: green. Hex color #3F5F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5F49 is #C0A0B6. Grayscale: #525252. Windows color (decimal): -12624055 or 4808511. OLE color: 4808511.
HSL color Cylindrical-coordinate representation of color #3F5F49: hue angle of 138.75º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3F5F49 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 63 | 95 | 73 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.63 |
| HSL | 138.75º | 0.2% | 0.31% | - |
| HSV(B) | 138.75º | 0.34% | 0.37% | - |
| XYZ | 7.34 | 9.72 | 7.79 | - |
| YUV | 82.92 | 122.4 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 95 | 73 | 0.34 | 0 | 0.23 | 0.63 | 138.75 | 0.2 | 0.31 |
| Hex | 3F | 5F | 49 | 22 | 0 | 17 | 3F | 8B | 14 | 1F |
| Octal | 77 | 137 | 111 | 42 | 0 | 27 | 77 | 213 | 24 | 37 |
| Binary | 111111 | 1011111 | 1001001 | 100010 | 0 | 10111 | 111111 | 10001011 | 10100 | 11111 |
Color Harmonies of #3F5F49
Complementary color
Monochromatic Colors of #3F5F49
Black with #3F5F49
Text Example
Text Example
White with #3F5F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5F49; }
p { color: rgb(63,95,73); }
H1.HeaderClassName
{
color: #3F5F49;
}
.AnyTagClassName
{
color: #3F5F49;
}
</style>
background-color css
<style>
a { background-color: #3F5F49; }
a { background-color: rgb(63,95,73); }
div.DivClassName
{
background-color: #3F5F49;
}
.BgClassName
{
background-color: #3F5F49;
}
</style>
border-color css
<style>
span { border-color: #3F5F49; }
span { border-color: rgb(63,95,73); }
td.TdClassName
{
border-color: #3F5F49;
}
.TagClassName
{
border-color: #3F5F49;
}
</style>