Shades of Feldgrau #3F604A
Tints of Feldgrau #3F604A
RGB
CMYK
RGB Variations
Color information
#3F604A (or 0x3F604A) is known color: Feldgrau. HEX triplet: 3F, 60 and 4A. RGB value is (63,96,74). Sum of RGB (Red+Green+Blue) = 63+96+74=233 (30% of max value = 765). Red value is 63 (25% from 255 or 27.04% from 233); Green value is 96 (37.89% from 255 or 41.20% from 233); Blue value is 74 (29.30% from 255 or 31.76% from 233); Max value from RGB is 96 - color contains mainly: green. Hex color #3F604A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F604A is #C09FB5. Grayscale: #535353. Windows color (decimal): -12623798 or 4874303. OLE color: 4874303.
HSL color Cylindrical-coordinate representation of color #3F604A: hue angle of 140º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3F604A is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 96 | 74 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.62 |
| HSL | 140º | 0.21% | 0.31% | - |
| HSV(B) | 140º | 0.34% | 0.38% | - |
| XYZ | 7.47 | 9.92 | 8 | - |
| YUV | 83.63 | 122.57 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 96 | 74 | 0.34 | 0 | 0.23 | 0.62 | 140 | 0.21 | 0.31 |
| Hex | 3F | 60 | 4A | 22 | 0 | 17 | 3E | 8C | 15 | 1F |
| Octal | 77 | 140 | 112 | 42 | 0 | 27 | 76 | 214 | 25 | 37 |
| Binary | 111111 | 1100000 | 1001010 | 100010 | 0 | 10111 | 111110 | 10001100 | 10101 | 11111 |
Color Harmonies of #3F604A
Complementary color
Monochromatic Colors of #3F604A
Black with #3F604A
Text Example
Text Example
White with #3F604A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F604A; }
p { color: rgb(63,96,74); }
H1.HeaderClassName
{
color: #3F604A;
}
.AnyTagClassName
{
color: #3F604A;
}
</style>
background-color css
<style>
a { background-color: #3F604A; }
a { background-color: rgb(63,96,74); }
div.DivClassName
{
background-color: #3F604A;
}
.BgClassName
{
background-color: #3F604A;
}
</style>
border-color css
<style>
span { border-color: #3F604A; }
span { border-color: rgb(63,96,74); }
td.TdClassName
{
border-color: #3F604A;
}
.TagClassName
{
border-color: #3F604A;
}
</style>