Shades of Feldgrau #3F6449
Tints of Feldgrau #3F6449
RGB
CMYK
RGB Variations
Color information
#3F6449 (or 0x3F6449) is known color: Feldgrau. HEX triplet: 3F, 64 and 49. RGB value is (63,100,73). Sum of RGB (Red+Green+Blue) = 63+100+73=236 (31% of max value = 765). Red value is 63 (25% from 255 or 26.69% from 236); Green value is 100 (39.45% from 255 or 42.37% from 236); Blue value is 73 (28.91% from 255 or 30.93% from 236); Max value from RGB is 100 - color contains mainly: green. Hex color #3F6449 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6449 is #C09BB6. Grayscale: #555555. Windows color (decimal): -12622775 or 4809791. OLE color: 4809791.
HSL color Cylindrical-coordinate representation of color #3F6449: hue angle of 136.22º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3F6449 is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 63 | 100 | 73 | - |
| CMYK | 0.37 | 0 | 0.27 | 0.61 |
| HSL | 136.22º | 0.23% | 0.32% | - |
| HSV(B) | 136.22º | 0.37% | 0.39% | - |
| XYZ | 7.81 | 10.65 | 7.95 | - |
| YUV | 85.86 | 120.74 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 100 | 73 | 0.37 | 0 | 0.27 | 0.61 | 136.22 | 0.23 | 0.32 |
| Hex | 3F | 64 | 49 | 25 | 0 | 1B | 3D | 88 | 17 | 20 |
| Octal | 77 | 144 | 111 | 45 | 0 | 33 | 75 | 210 | 27 | 40 |
| Binary | 111111 | 1100100 | 1001001 | 100101 | 0 | 11011 | 111101 | 10001000 | 10111 | 100000 |
Color Harmonies of #3F6449
Complementary color
Monochromatic Colors of #3F6449
Black with #3F6449
Text Example
Text Example
White with #3F6449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6449; }
p { color: rgb(63,100,73); }
H1.HeaderClassName
{
color: #3F6449;
}
.AnyTagClassName
{
color: #3F6449;
}
</style>
background-color css
<style>
a { background-color: #3F6449; }
a { background-color: rgb(63,100,73); }
div.DivClassName
{
background-color: #3F6449;
}
.BgClassName
{
background-color: #3F6449;
}
</style>
border-color css
<style>
span { border-color: #3F6449; }
span { border-color: rgb(63,100,73); }
td.TdClassName
{
border-color: #3F6449;
}
.TagClassName
{
border-color: #3F6449;
}
</style>