Shades of Feldgrau #3F694F
Tints of Feldgrau #3F694F
RGB
CMYK
RGB Variations
Color information
#3F694F (or 0x3F694F) is known color: Feldgrau. HEX triplet: 3F, 69 and 4F. RGB value is (63,105,79). Sum of RGB (Red+Green+Blue) = 63+105+79=247 (32% of max value = 765). Red value is 63 (25% from 255 or 25.51% from 247); Green value is 105 (41.41% from 255 or 42.51% from 247); Blue value is 79 (31.25% from 255 or 31.98% from 247); Max value from RGB is 105 - color contains mainly: green. Hex color #3F694F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F694F is #C096B0. Grayscale: #595959. Windows color (decimal): -12621489 or 5204287. OLE color: 5204287.
HSL color Cylindrical-coordinate representation of color #3F694F: hue angle of 142.86º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3F694F is Cyan = 0.4, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 63 | 105 | 79 | - |
| CMYK | 0.4 | 0 | 0.25 | 0.59 |
| HSL | 142.86º | 0.25% | 0.33% | - |
| HSV(B) | 142.86º | 0.4% | 0.41% | - |
| XYZ | 8.51 | 11.72 | 9.21 | - |
| YUV | 89.48 | 122.09 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 105 | 79 | 0.4 | 0 | 0.25 | 0.59 | 142.86 | 0.25 | 0.33 |
| Hex | 3F | 69 | 4F | 28 | 0 | 19 | 3B | 8F | 19 | 21 |
| Octal | 77 | 151 | 117 | 50 | 0 | 31 | 73 | 217 | 31 | 41 |
| Binary | 111111 | 1101001 | 1001111 | 101000 | 0 | 11001 | 111011 | 10001111 | 11001 | 100001 |
Color Harmonies of #3F694F
Complementary color
Monochromatic Colors of #3F694F
Black with #3F694F
Text Example
Text Example
White with #3F694F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F694F; }
p { color: rgb(63,105,79); }
H1.HeaderClassName
{
color: #3F694F;
}
.AnyTagClassName
{
color: #3F694F;
}
</style>
background-color css
<style>
a { background-color: #3F694F; }
a { background-color: rgb(63,105,79); }
div.DivClassName
{
background-color: #3F694F;
}
.BgClassName
{
background-color: #3F694F;
}
</style>
border-color css
<style>
span { border-color: #3F694F; }
span { border-color: rgb(63,105,79); }
td.TdClassName
{
border-color: #3F694F;
}
.TagClassName
{
border-color: #3F694F;
}
</style>