Shades of Feldgrau #3F624B
Tints of Feldgrau #3F624B
RGB
CMYK
RGB Variations
Color information
#3F624B (or 0x3F624B) is known color: Feldgrau. HEX triplet: 3F, 62 and 4B. RGB value is (63,98,75). Sum of RGB (Red+Green+Blue) = 63+98+75=236 (31% of max value = 765). Red value is 63 (25% from 255 or 26.69% from 236); Green value is 98 (38.67% from 255 or 41.53% from 236); Blue value is 75 (29.69% from 255 or 31.78% from 236); Max value from RGB is 98 - color contains mainly: green. Hex color #3F624B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F624B is #C09DB4. Grayscale: #545454. Windows color (decimal): -12623285 or 4940351. OLE color: 4940351.
HSL color Cylindrical-coordinate representation of color #3F624B: hue angle of 140.57º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3F624B is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 98 | 75 | - |
| CMYK | 0.36 | 0 | 0.23 | 0.62 |
| HSL | 140.57º | 0.22% | 0.32% | - |
| HSV(B) | 140.57º | 0.36% | 0.38% | - |
| XYZ | 7.69 | 10.3 | 8.24 | - |
| YUV | 84.91 | 122.4 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 98 | 75 | 0.36 | 0 | 0.23 | 0.62 | 140.57 | 0.22 | 0.32 |
| Hex | 3F | 62 | 4B | 24 | 0 | 17 | 3E | 8D | 16 | 20 |
| Octal | 77 | 142 | 113 | 44 | 0 | 27 | 76 | 215 | 26 | 40 |
| Binary | 111111 | 1100010 | 1001011 | 100100 | 0 | 10111 | 111110 | 10001101 | 10110 | 100000 |
Color Harmonies of #3F624B
Complementary color
Monochromatic Colors of #3F624B
Black with #3F624B
Text Example
Text Example
White with #3F624B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F624B; }
p { color: rgb(63,98,75); }
H1.HeaderClassName
{
color: #3F624B;
}
.AnyTagClassName
{
color: #3F624B;
}
</style>
background-color css
<style>
a { background-color: #3F624B; }
a { background-color: rgb(63,98,75); }
div.DivClassName
{
background-color: #3F624B;
}
.BgClassName
{
background-color: #3F624B;
}
</style>
border-color css
<style>
span { border-color: #3F624B; }
span { border-color: rgb(63,98,75); }
td.TdClassName
{
border-color: #3F624B;
}
.TagClassName
{
border-color: #3F624B;
}
</style>