Shades of Feldgrau #3F644A
Tints of Feldgrau #3F644A
RGB
CMYK
RGB Variations
Color information
#3F644A (or 0x3F644A) is known color: Feldgrau. HEX triplet: 3F, 64 and 4A. RGB value is (63,100,74). Sum of RGB (Red+Green+Blue) = 63+100+74=237 (31% of max value = 765). Red value is 63 (25% from 255 or 26.58% from 237); Green value is 100 (39.45% from 255 or 42.19% from 237); Blue value is 74 (29.30% from 255 or 31.22% from 237); Max value from RGB is 100 - color contains mainly: green. Hex color #3F644A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F644A is #C09BB5. Grayscale: #565656. Windows color (decimal): -12622774 or 4875327. OLE color: 4875327.
HSL color Cylindrical-coordinate representation of color #3F644A: hue angle of 137.84º 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 #3F644A is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 63 | 100 | 74 | - |
| CMYK | 0.37 | 0 | 0.26 | 0.61 |
| HSL | 137.84º | 0.23% | 0.32% | - |
| HSV(B) | 137.84º | 0.37% | 0.39% | - |
| XYZ | 7.84 | 10.67 | 8.12 | - |
| YUV | 85.97 | 121.24 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 100 | 74 | 0.37 | 0 | 0.26 | 0.61 | 137.84 | 0.23 | 0.32 |
| Hex | 3F | 64 | 4A | 25 | 0 | 1A | 3D | 8A | 17 | 20 |
| Octal | 77 | 144 | 112 | 45 | 0 | 32 | 75 | 212 | 27 | 40 |
| Binary | 111111 | 1100100 | 1001010 | 100101 | 0 | 11010 | 111101 | 10001010 | 10111 | 100000 |
Color Harmonies of #3F644A
Complementary color
Monochromatic Colors of #3F644A
Black with #3F644A
Text Example
Text Example
White with #3F644A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F644A; }
p { color: rgb(63,100,74); }
H1.HeaderClassName
{
color: #3F644A;
}
.AnyTagClassName
{
color: #3F644A;
}
</style>
background-color css
<style>
a { background-color: #3F644A; }
a { background-color: rgb(63,100,74); }
div.DivClassName
{
background-color: #3F644A;
}
.BgClassName
{
background-color: #3F644A;
}
</style>
border-color css
<style>
span { border-color: #3F644A; }
span { border-color: rgb(63,100,74); }
td.TdClassName
{
border-color: #3F644A;
}
.TagClassName
{
border-color: #3F644A;
}
</style>