Shades of Feldgrau #3F694C
Tints of Feldgrau #3F694C
RGB
CMYK
RGB Variations
Color information
#3F694C (or 0x3F694C) is known color: Feldgrau. HEX triplet: 3F, 69 and 4C. RGB value is (63,105,76). Sum of RGB (Red+Green+Blue) = 63+105+76=244 (32% of max value = 765). Red value is 63 (25% from 255 or 25.82% from 244); Green value is 105 (41.41% from 255 or 43.03% from 244); Blue value is 76 (30.08% from 255 or 31.15% from 244); Max value from RGB is 105 - color contains mainly: green. Hex color #3F694C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F694C is #C096B3. Grayscale: #595959. Windows color (decimal): -12621492 or 5007679. OLE color: 5007679.
HSL color Cylindrical-coordinate representation of color #3F694C: hue angle of 138.57º 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 #3F694C is Cyan = 0.4, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 63 | 105 | 76 | - |
| CMYK | 0.4 | 0 | 0.28 | 0.59 |
| HSL | 138.57º | 0.25% | 0.33% | - |
| HSV(B) | 138.57º | 0.4% | 0.41% | - |
| XYZ | 8.41 | 11.68 | 8.65 | - |
| YUV | 89.14 | 120.59 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 105 | 76 | 0.4 | 0 | 0.28 | 0.59 | 138.57 | 0.25 | 0.33 |
| Hex | 3F | 69 | 4C | 28 | 0 | 1C | 3B | 8B | 19 | 21 |
| Octal | 77 | 151 | 114 | 50 | 0 | 34 | 73 | 213 | 31 | 41 |
| Binary | 111111 | 1101001 | 1001100 | 101000 | 0 | 11100 | 111011 | 10001011 | 11001 | 100001 |
Color Harmonies of #3F694C
Complementary color
Monochromatic Colors of #3F694C
Black with #3F694C
Text Example
Text Example
White with #3F694C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F694C; }
p { color: rgb(63,105,76); }
H1.HeaderClassName
{
color: #3F694C;
}
.AnyTagClassName
{
color: #3F694C;
}
</style>
background-color css
<style>
a { background-color: #3F694C; }
a { background-color: rgb(63,105,76); }
div.DivClassName
{
background-color: #3F694C;
}
.BgClassName
{
background-color: #3F694C;
}
</style>
border-color css
<style>
span { border-color: #3F694C; }
span { border-color: rgb(63,105,76); }
td.TdClassName
{
border-color: #3F694C;
}
.TagClassName
{
border-color: #3F694C;
}
</style>