Shades of Feldgrau #3F644B
Tints of Feldgrau #3F644B
RGB
CMYK
RGB Variations
Color information
#3F644B (or 0x3F644B) is known color: Feldgrau. HEX triplet: 3F, 64 and 4B. RGB value is (63,100,75). Sum of RGB (Red+Green+Blue) = 63+100+75=238 (31% of max value = 765). Red value is 63 (25% from 255 or 26.47% from 238); Green value is 100 (39.45% from 255 or 42.02% from 238); Blue value is 75 (29.69% from 255 or 31.51% from 238); Max value from RGB is 100 - color contains mainly: green. Hex color #3F644B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F644B is #C09BB4. Grayscale: #565656. Windows color (decimal): -12622773 or 4940863. OLE color: 4940863.
HSL color Cylindrical-coordinate representation of color #3F644B: hue angle of 139.46º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3F644B is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 63 | 100 | 75 | - |
| CMYK | 0.37 | 0 | 0.25 | 0.61 |
| HSL | 139.46º | 0.23% | 0.32% | - |
| HSV(B) | 139.46º | 0.37% | 0.39% | - |
| XYZ | 7.88 | 10.68 | 8.3 | - |
| YUV | 86.09 | 121.74 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 100 | 75 | 0.37 | 0 | 0.25 | 0.61 | 139.46 | 0.23 | 0.32 |
| Hex | 3F | 64 | 4B | 25 | 0 | 19 | 3D | 8B | 17 | 20 |
| Octal | 77 | 144 | 113 | 45 | 0 | 31 | 75 | 213 | 27 | 40 |
| Binary | 111111 | 1100100 | 1001011 | 100101 | 0 | 11001 | 111101 | 10001011 | 10111 | 100000 |
Color Harmonies of #3F644B
Complementary color
Monochromatic Colors of #3F644B
Black with #3F644B
Text Example
Text Example
White with #3F644B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F644B; }
p { color: rgb(63,100,75); }
H1.HeaderClassName
{
color: #3F644B;
}
.AnyTagClassName
{
color: #3F644B;
}
</style>
background-color css
<style>
a { background-color: #3F644B; }
a { background-color: rgb(63,100,75); }
div.DivClassName
{
background-color: #3F644B;
}
.BgClassName
{
background-color: #3F644B;
}
</style>
border-color css
<style>
span { border-color: #3F644B; }
span { border-color: rgb(63,100,75); }
td.TdClassName
{
border-color: #3F644B;
}
.TagClassName
{
border-color: #3F644B;
}
</style>