Shades of Feldgrau #3E644A
Tints of Feldgrau #3E644A
RGB
CMYK
RGB Variations
Color information
#3E644A (or 0x3E644A) is known color: Feldgrau. HEX triplet: 3E, 64 and 4A. RGB value is (62,100,74). Sum of RGB (Red+Green+Blue) = 62+100+74=236 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.27% from 236); Green value is 100 (39.45% from 255 or 42.37% from 236); Blue value is 74 (29.30% from 255 or 31.36% from 236); Max value from RGB is 100 - color contains mainly: green. Hex color #3E644A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E644A is #C19BB5. Grayscale: #555555. Windows color (decimal): -12688310 or 4875326. OLE color: 4875326.
HSL color Cylindrical-coordinate representation of color #3E644A: hue angle of 138.95º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3E644A is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 62 | 100 | 74 | - |
| CMYK | 0.38 | 0 | 0.26 | 0.61 |
| HSL | 138.95º | 0.23% | 0.32% | - |
| HSV(B) | 138.95º | 0.38% | 0.39% | - |
| XYZ | 7.78 | 10.63 | 8.12 | - |
| YUV | 85.67 | 121.41 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 100 | 74 | 0.38 | 0 | 0.26 | 0.61 | 138.95 | 0.23 | 0.32 |
| Hex | 3E | 64 | 4A | 26 | 0 | 1A | 3D | 8B | 17 | 20 |
| Octal | 76 | 144 | 112 | 46 | 0 | 32 | 75 | 213 | 27 | 40 |
| Binary | 111110 | 1100100 | 1001010 | 100110 | 0 | 11010 | 111101 | 10001011 | 10111 | 100000 |
Color Harmonies of #3E644A
Complementary color
Monochromatic Colors of #3E644A
Black with #3E644A
Text Example
Text Example
White with #3E644A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E644A; }
p { color: rgb(62,100,74); }
H1.HeaderClassName
{
color: #3E644A;
}
.AnyTagClassName
{
color: #3E644A;
}
</style>
background-color css
<style>
a { background-color: #3E644A; }
a { background-color: rgb(62,100,74); }
div.DivClassName
{
background-color: #3E644A;
}
.BgClassName
{
background-color: #3E644A;
}
</style>
border-color css
<style>
span { border-color: #3E644A; }
span { border-color: rgb(62,100,74); }
td.TdClassName
{
border-color: #3E644A;
}
.TagClassName
{
border-color: #3E644A;
}
</style>