Shades of Feldgrau #3E664A
Tints of Feldgrau #3E664A
RGB
CMYK
RGB Variations
Color information
#3E664A (or 0x3E664A) is known color: Feldgrau. HEX triplet: 3E, 66 and 4A. RGB value is (62,102,74). Sum of RGB (Red+Green+Blue) = 62+102+74=238 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.05% from 238); Green value is 102 (40.23% from 255 or 42.86% from 238); Blue value is 74 (29.30% from 255 or 31.09% from 238); Max value from RGB is 102 - color contains mainly: green. Hex color #3E664A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E664A is #C199B5. Grayscale: #565656. Windows color (decimal): -12687798 or 4875838. OLE color: 4875838.
HSL color Cylindrical-coordinate representation of color #3E664A: hue angle of 138º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3E664A is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 62 | 102 | 74 | - |
| CMYK | 0.39 | 0 | 0.27 | 0.6 |
| HSL | 138º | 0.24% | 0.32% | - |
| HSV(B) | 138º | 0.39% | 0.4% | - |
| XYZ | 7.97 | 11.02 | 8.19 | - |
| YUV | 86.85 | 120.75 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 102 | 74 | 0.39 | 0 | 0.27 | 0.6 | 138 | 0.24 | 0.32 |
| Hex | 3E | 66 | 4A | 27 | 0 | 1B | 3C | 8A | 18 | 20 |
| Octal | 76 | 146 | 112 | 47 | 0 | 33 | 74 | 212 | 30 | 40 |
| Binary | 111110 | 1100110 | 1001010 | 100111 | 0 | 11011 | 111100 | 10001010 | 11000 | 100000 |
Color Harmonies of #3E664A
Complementary color
Monochromatic Colors of #3E664A
Black with #3E664A
Text Example
Text Example
White with #3E664A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E664A; }
p { color: rgb(62,102,74); }
H1.HeaderClassName
{
color: #3E664A;
}
.AnyTagClassName
{
color: #3E664A;
}
</style>
background-color css
<style>
a { background-color: #3E664A; }
a { background-color: rgb(62,102,74); }
div.DivClassName
{
background-color: #3E664A;
}
.BgClassName
{
background-color: #3E664A;
}
</style>
border-color css
<style>
span { border-color: #3E664A; }
span { border-color: rgb(62,102,74); }
td.TdClassName
{
border-color: #3E664A;
}
.TagClassName
{
border-color: #3E664A;
}
</style>