Shades of Feldgrau #3E694D
Tints of Feldgrau #3E694D
RGB
CMYK
RGB Variations
Color information
#3E694D (or 0x3E694D) is known color: Feldgrau. HEX triplet: 3E, 69 and 4D. RGB value is (62,105,77). Sum of RGB (Red+Green+Blue) = 62+105+77=244 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.41% from 244); Green value is 105 (41.41% from 255 or 43.03% from 244); Blue value is 77 (30.47% from 255 or 31.56% from 244); Max value from RGB is 105 - color contains mainly: green. Hex color #3E694D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E694D is #C196B2. Grayscale: #595959. Windows color (decimal): -12687027 or 5073214. OLE color: 5073214.
HSL color Cylindrical-coordinate representation of color #3E694D: hue angle of 140.93º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3E694D is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 62 | 105 | 77 | - |
| CMYK | 0.41 | 0 | 0.27 | 0.59 |
| HSL | 140.93º | 0.26% | 0.33% | - |
| HSV(B) | 140.93º | 0.41% | 0.41% | - |
| XYZ | 8.38 | 11.66 | 8.83 | - |
| YUV | 88.95 | 121.25 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 105 | 77 | 0.41 | 0 | 0.27 | 0.59 | 140.93 | 0.26 | 0.33 |
| Hex | 3E | 69 | 4D | 29 | 0 | 1B | 3B | 8D | 1A | 21 |
| Octal | 76 | 151 | 115 | 51 | 0 | 33 | 73 | 215 | 32 | 41 |
| Binary | 111110 | 1101001 | 1001101 | 101001 | 0 | 11011 | 111011 | 10001101 | 11010 | 100001 |
Color Harmonies of #3E694D
Complementary color
Monochromatic Colors of #3E694D
Black with #3E694D
Text Example
Text Example
White with #3E694D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E694D; }
p { color: rgb(62,105,77); }
H1.HeaderClassName
{
color: #3E694D;
}
.AnyTagClassName
{
color: #3E694D;
}
</style>
background-color css
<style>
a { background-color: #3E694D; }
a { background-color: rgb(62,105,77); }
div.DivClassName
{
background-color: #3E694D;
}
.BgClassName
{
background-color: #3E694D;
}
</style>
border-color css
<style>
span { border-color: #3E694D; }
span { border-color: rgb(62,105,77); }
td.TdClassName
{
border-color: #3E694D;
}
.TagClassName
{
border-color: #3E694D;
}
</style>