Shades of Feldgrau #3F674B
Tints of Feldgrau #3F674B
RGB
CMYK
RGB Variations
Color information
#3F674B (or 0x3F674B) is known color: Feldgrau. HEX triplet: 3F, 67 and 4B. RGB value is (63,103,75). Sum of RGB (Red+Green+Blue) = 63+103+75=241 (31% of max value = 765). Red value is 63 (25% from 255 or 26.14% from 241); Green value is 103 (40.62% from 255 or 42.74% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 103 - color contains mainly: green. Hex color #3F674B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F674B is #C098B4. Grayscale: #575757. Windows color (decimal): -12622005 or 4941631. OLE color: 4941631.
HSL color Cylindrical-coordinate representation of color #3F674B: hue angle of 138º 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 #3F674B is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 63 | 103 | 75 | - |
| CMYK | 0.39 | 0 | 0.27 | 0.60 |
| HSL | 138º | 0.24% | 0.33% | - |
| HSV(B) | 138º | 0.39% | 0.4% | - |
| XYZ | 8.17 | 11.27 | 8.4 | - |
| YUV | 87.85 | 120.75 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 103 | 75 | 0.39 | 0 | 0.27 | 0.60 | 138 | 0.24 | 0.33 |
| Hex | 3F | 67 | 4B | 27 | 0 | 1B | 3C | 8A | 18 | 21 |
| Octal | 77 | 147 | 113 | 47 | 0 | 33 | 74 | 212 | 30 | 41 |
| Binary | 111111 | 1100111 | 1001011 | 100111 | 0 | 11011 | 111100 | 10001010 | 11000 | 100001 |
Color Harmonies of #3F674B
Complementary color
Monochromatic Colors of #3F674B
Black with #3F674B
Text Example
Text Example
White with #3F674B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F674B; }
p { color: rgb(63,103,75); }
H1.HeaderClassName
{
color: #3F674B;
}
.AnyTagClassName
{
color: #3F674B;
}
</style>
background-color css
<style>
a { background-color: #3F674B; }
a { background-color: rgb(63,103,75); }
div.DivClassName
{
background-color: #3F674B;
}
.BgClassName
{
background-color: #3F674B;
}
</style>
border-color css
<style>
span { border-color: #3F674B; }
span { border-color: rgb(63,103,75); }
td.TdClassName
{
border-color: #3F674B;
}
.TagClassName
{
border-color: #3F674B;
}
</style>