Shades of Feldgrau #3F654D
Tints of Feldgrau #3F654D
RGB
CMYK
RGB Variations
Color information
#3F654D (or 0x3F654D) is known color: Feldgrau. HEX triplet: 3F, 65 and 4D. RGB value is (63,101,77). Sum of RGB (Red+Green+Blue) = 63+101+77=241 (31% of max value = 765). Red value is 63 (25% from 255 or 26.14% from 241); Green value is 101 (39.84% from 255 or 41.91% from 241); Blue value is 77 (30.47% from 255 or 31.95% from 241); Max value from RGB is 101 - color contains mainly: green. Hex color #3F654D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F654D is #C09AB2. Grayscale: #565656. Windows color (decimal): -12622515 or 5072191. OLE color: 5072191.
HSL color Cylindrical-coordinate representation of color #3F654D: hue angle of 142.11º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3F654D is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 63 | 101 | 77 | - |
| CMYK | 0.38 | 0 | 0.24 | 0.60 |
| HSL | 142.11º | 0.23% | 0.32% | - |
| HSV(B) | 142.11º | 0.38% | 0.4% | - |
| XYZ | 8.04 | 10.9 | 8.7 | - |
| YUV | 86.9 | 122.41 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 101 | 77 | 0.38 | 0 | 0.24 | 0.60 | 142.11 | 0.23 | 0.32 |
| Hex | 3F | 65 | 4D | 26 | 0 | 18 | 3C | 8E | 17 | 20 |
| Octal | 77 | 145 | 115 | 46 | 0 | 30 | 74 | 216 | 27 | 40 |
| Binary | 111111 | 1100101 | 1001101 | 100110 | 0 | 11000 | 111100 | 10001110 | 10111 | 100000 |
Color Harmonies of #3F654D
Complementary color
Monochromatic Colors of #3F654D
Black with #3F654D
Text Example
Text Example
White with #3F654D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F654D; }
p { color: rgb(63,101,77); }
H1.HeaderClassName
{
color: #3F654D;
}
.AnyTagClassName
{
color: #3F654D;
}
</style>
background-color css
<style>
a { background-color: #3F654D; }
a { background-color: rgb(63,101,77); }
div.DivClassName
{
background-color: #3F654D;
}
.BgClassName
{
background-color: #3F654D;
}
</style>
border-color css
<style>
span { border-color: #3F654D; }
span { border-color: rgb(63,101,77); }
td.TdClassName
{
border-color: #3F654D;
}
.TagClassName
{
border-color: #3F654D;
}
</style>