Shades of Feldgrau #41684E
Tints of Feldgrau #41684E
RGB
CMYK
RGB Variations
Color information
#41684E (or 0x41684E) is known color: Feldgrau. HEX triplet: 41, 68 and 4E. RGB value is (65,104,78). Sum of RGB (Red+Green+Blue) = 65+104+78=247 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.32% from 247); Green value is 104 (41.02% from 255 or 42.11% from 247); Blue value is 78 (30.86% from 255 or 31.58% from 247); Max value from RGB is 104 - color contains mainly: green. Hex color #41684E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41684E is #BE97B1. Grayscale: #595959. Windows color (decimal): -12490674 or 5138497. OLE color: 5138497.
HSL color Cylindrical-coordinate representation of color #41684E: hue angle of 140º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #41684E is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 65 | 104 | 78 | - |
| CMYK | 0.38 | 0 | 0.25 | 0.59 |
| HSL | 140º | 0.23% | 0.33% | - |
| HSV(B) | 140º | 0.38% | 0.41% | - |
| XYZ | 8.51 | 11.57 | 8.99 | - |
| YUV | 89.38 | 121.58 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 104 | 78 | 0.38 | 0 | 0.25 | 0.59 | 140 | 0.23 | 0.33 |
| Hex | 41 | 68 | 4E | 26 | 0 | 19 | 3B | 8C | 17 | 21 |
| Octal | 101 | 150 | 116 | 46 | 0 | 31 | 73 | 214 | 27 | 41 |
| Binary | 1000001 | 1101000 | 1001110 | 100110 | 0 | 11001 | 111011 | 10001100 | 10111 | 100001 |
Color Harmonies of #41684E
Complementary color
Monochromatic Colors of #41684E
Black with #41684E
Text Example
Text Example
White with #41684E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41684E; }
p { color: rgb(65,104,78); }
H1.HeaderClassName
{
color: #41684E;
}
.AnyTagClassName
{
color: #41684E;
}
</style>
background-color css
<style>
a { background-color: #41684E; }
a { background-color: rgb(65,104,78); }
div.DivClassName
{
background-color: #41684E;
}
.BgClassName
{
background-color: #41684E;
}
</style>
border-color css
<style>
span { border-color: #41684E; }
span { border-color: rgb(65,104,78); }
td.TdClassName
{
border-color: #41684E;
}
.TagClassName
{
border-color: #41684E;
}
</style>