Shades of Feldgrau #3F684D
Tints of Feldgrau #3F684D
RGB
CMYK
RGB Variations
Color information
#3F684D (or 0x3F684D) is known color: Feldgrau. HEX triplet: 3F, 68 and 4D. RGB value is (63,104,77). Sum of RGB (Red+Green+Blue) = 63+104+77=244 (32% of max value = 765). Red value is 63 (25% from 255 or 25.82% from 244); Green value is 104 (41.02% from 255 or 42.62% from 244); Blue value is 77 (30.47% from 255 or 31.56% from 244); Max value from RGB is 104 - color contains mainly: green. Hex color #3F684D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F684D is #C097B2. Grayscale: #585858. Windows color (decimal): -12621747 or 5072959. OLE color: 5072959.
HSL color Cylindrical-coordinate representation of color #3F684D: hue angle of 140.49º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3F684D is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 63 | 104 | 77 | - |
| CMYK | 0.39 | 0 | 0.26 | 0.59 |
| HSL | 140.49º | 0.25% | 0.33% | - |
| HSV(B) | 140.49º | 0.39% | 0.41% | - |
| XYZ | 8.34 | 11.49 | 8.8 | - |
| YUV | 88.66 | 121.42 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 104 | 77 | 0.39 | 0 | 0.26 | 0.59 | 140.49 | 0.25 | 0.33 |
| Hex | 3F | 68 | 4D | 27 | 0 | 1A | 3B | 8C | 19 | 21 |
| Octal | 77 | 150 | 115 | 47 | 0 | 32 | 73 | 214 | 31 | 41 |
| Binary | 111111 | 1101000 | 1001101 | 100111 | 0 | 11010 | 111011 | 10001100 | 11001 | 100001 |
Color Harmonies of #3F684D
Complementary color
Monochromatic Colors of #3F684D
Black with #3F684D
Text Example
Text Example
White with #3F684D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F684D; }
p { color: rgb(63,104,77); }
H1.HeaderClassName
{
color: #3F684D;
}
.AnyTagClassName
{
color: #3F684D;
}
</style>
background-color css
<style>
a { background-color: #3F684D; }
a { background-color: rgb(63,104,77); }
div.DivClassName
{
background-color: #3F684D;
}
.BgClassName
{
background-color: #3F684D;
}
</style>
border-color css
<style>
span { border-color: #3F684D; }
span { border-color: rgb(63,104,77); }
td.TdClassName
{
border-color: #3F684D;
}
.TagClassName
{
border-color: #3F684D;
}
</style>