Shades of Feldgrau #416850
Tints of Feldgrau #416850
RGB
CMYK
RGB Variations
Color information
#416850 (or 0x416850) is known color: Feldgrau. HEX triplet: 41, 68 and 50. RGB value is (65,104,80). Sum of RGB (Red+Green+Blue) = 65+104+80=249 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.10% from 249); Green value is 104 (41.02% from 255 or 41.77% from 249); Blue value is 80 (31.64% from 255 or 32.13% from 249); Max value from RGB is 104 - color contains mainly: green. Hex color #416850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416850 is #BE97AF. Grayscale: #595959. Windows color (decimal): -12490672 or 5269569. OLE color: 5269569.
HSL color Cylindrical-coordinate representation of color #416850: hue angle of 143.08º 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 #416850 is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 65 | 104 | 80 | - |
| CMYK | 0.38 | 0 | 0.23 | 0.59 |
| HSL | 143.08º | 0.23% | 0.33% | - |
| HSV(B) | 143.08º | 0.38% | 0.41% | - |
| XYZ | 8.58 | 11.6 | 9.38 | - |
| YUV | 89.6 | 122.58 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 104 | 80 | 0.38 | 0 | 0.23 | 0.59 | 143.08 | 0.23 | 0.33 |
| Hex | 41 | 68 | 50 | 26 | 0 | 17 | 3B | 8F | 17 | 21 |
| Octal | 101 | 150 | 120 | 46 | 0 | 27 | 73 | 217 | 27 | 41 |
| Binary | 1000001 | 1101000 | 1010000 | 100110 | 0 | 10111 | 111011 | 10001111 | 10111 | 100001 |
Color Harmonies of #416850
Complementary color
Monochromatic Colors of #416850
Black with #416850
Text Example
Text Example
White with #416850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416850; }
p { color: rgb(65,104,80); }
H1.HeaderClassName
{
color: #416850;
}
.AnyTagClassName
{
color: #416850;
}
</style>
background-color css
<style>
a { background-color: #416850; }
a { background-color: rgb(65,104,80); }
div.DivClassName
{
background-color: #416850;
}
.BgClassName
{
background-color: #416850;
}
</style>
border-color css
<style>
span { border-color: #416850; }
span { border-color: rgb(65,104,80); }
td.TdClassName
{
border-color: #416850;
}
.TagClassName
{
border-color: #416850;
}
</style>