Shades of Feldgrau #3F634A
Tints of Feldgrau #3F634A
RGB
CMYK
RGB Variations
Color information
#3F634A (or 0x3F634A) is known color: Feldgrau. HEX triplet: 3F, 63 and 4A. RGB value is (63,99,74). Sum of RGB (Red+Green+Blue) = 63+99+74=236 (31% of max value = 765). Red value is 63 (25% from 255 or 26.69% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 74 (29.30% from 255 or 31.36% from 236); Max value from RGB is 99 - color contains mainly: green. Hex color #3F634A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F634A is #C09CB5. Grayscale: #555555. Windows color (decimal): -12623030 or 4875071. OLE color: 4875071.
HSL color Cylindrical-coordinate representation of color #3F634A: hue angle of 138.33º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3F634A is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 63 | 99 | 74 | - |
| CMYK | 0.36 | 0 | 0.25 | 0.61 |
| HSL | 138.33º | 0.22% | 0.32% | - |
| HSV(B) | 138.33º | 0.36% | 0.39% | - |
| XYZ | 7.75 | 10.47 | 8.09 | - |
| YUV | 85.39 | 121.57 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 99 | 74 | 0.36 | 0 | 0.25 | 0.61 | 138.33 | 0.22 | 0.32 |
| Hex | 3F | 63 | 4A | 24 | 0 | 19 | 3D | 8A | 16 | 20 |
| Octal | 77 | 143 | 112 | 44 | 0 | 31 | 75 | 212 | 26 | 40 |
| Binary | 111111 | 1100011 | 1001010 | 100100 | 0 | 11001 | 111101 | 10001010 | 10110 | 100000 |
Color Harmonies of #3F634A
Complementary color
Monochromatic Colors of #3F634A
Black with #3F634A
Text Example
Text Example
White with #3F634A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F634A; }
p { color: rgb(63,99,74); }
H1.HeaderClassName
{
color: #3F634A;
}
.AnyTagClassName
{
color: #3F634A;
}
</style>
background-color css
<style>
a { background-color: #3F634A; }
a { background-color: rgb(63,99,74); }
div.DivClassName
{
background-color: #3F634A;
}
.BgClassName
{
background-color: #3F634A;
}
</style>
border-color css
<style>
span { border-color: #3F634A; }
span { border-color: rgb(63,99,74); }
td.TdClassName
{
border-color: #3F634A;
}
.TagClassName
{
border-color: #3F634A;
}
</style>