Shades of Feldgrau #3F674C
Tints of Feldgrau #3F674C
RGB
CMYK
RGB Variations
Color information
#3F674C (or 0x3F674C) is known color: Feldgrau. HEX triplet: 3F, 67 and 4C. RGB value is (63,103,76). Sum of RGB (Red+Green+Blue) = 63+103+76=242 (32% of max value = 765). Red value is 63 (25% from 255 or 26.03% from 242); Green value is 103 (40.62% from 255 or 42.56% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 103 - color contains mainly: green. Hex color #3F674C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F674C is #C098B3. Grayscale: #585858. Windows color (decimal): -12622004 or 5007167. OLE color: 5007167.
HSL color Cylindrical-coordinate representation of color #3F674C: hue angle of 139.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3F674C is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 63 | 103 | 76 | - |
| CMYK | 0.39 | 0 | 0.26 | 0.60 |
| HSL | 139.5º | 0.24% | 0.33% | - |
| HSV(B) | 139.5º | 0.39% | 0.4% | - |
| XYZ | 8.2 | 11.28 | 8.58 | - |
| YUV | 87.96 | 121.25 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 103 | 76 | 0.39 | 0 | 0.26 | 0.60 | 139.5 | 0.24 | 0.33 |
| Hex | 3F | 67 | 4C | 27 | 0 | 1A | 3C | 8C | 18 | 21 |
| Octal | 77 | 147 | 114 | 47 | 0 | 32 | 74 | 214 | 30 | 41 |
| Binary | 111111 | 1100111 | 1001100 | 100111 | 0 | 11010 | 111100 | 10001100 | 11000 | 100001 |
Color Harmonies of #3F674C
Complementary color
Monochromatic Colors of #3F674C
Black with #3F674C
Text Example
Text Example
White with #3F674C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F674C; }
p { color: rgb(63,103,76); }
H1.HeaderClassName
{
color: #3F674C;
}
.AnyTagClassName
{
color: #3F674C;
}
</style>
background-color css
<style>
a { background-color: #3F674C; }
a { background-color: rgb(63,103,76); }
div.DivClassName
{
background-color: #3F674C;
}
.BgClassName
{
background-color: #3F674C;
}
</style>
border-color css
<style>
span { border-color: #3F674C; }
span { border-color: rgb(63,103,76); }
td.TdClassName
{
border-color: #3F674C;
}
.TagClassName
{
border-color: #3F674C;
}
</style>