Shades of Feldgrau #416851
Tints of Feldgrau #416851
RGB
CMYK
RGB Variations
Color information
#416851 (or 0x416851) is known color: Feldgrau. HEX triplet: 41, 68 and 51. RGB value is (65,104,81). Sum of RGB (Red+Green+Blue) = 65+104+81=250 (33% of max value = 765). Red value is 65 (25.78% from 255 or 26% from 250); Green value is 104 (41.02% from 255 or 41.6% from 250); Blue value is 81 (32.03% from 255 or 32.4% from 250); Max value from RGB is 104 - color contains mainly: green. Hex color #416851 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416851 is #BE97AE. Grayscale: #595959. Windows color (decimal): -12490671 or 5335105. OLE color: 5335105.
HSL color Cylindrical-coordinate representation of color #416851: hue angle of 144.62º 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 #416851 is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 65 | 104 | 81 | - |
| CMYK | 0.38 | 0 | 0.22 | 0.59 |
| HSL | 144.62º | 0.23% | 0.33% | - |
| HSV(B) | 144.62º | 0.38% | 0.41% | - |
| XYZ | 8.62 | 11.62 | 9.57 | - |
| YUV | 89.72 | 123.08 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 104 | 81 | 0.38 | 0 | 0.22 | 0.59 | 144.62 | 0.23 | 0.33 |
| Hex | 41 | 68 | 51 | 26 | 0 | 16 | 3B | 91 | 17 | 21 |
| Octal | 101 | 150 | 121 | 46 | 0 | 26 | 73 | 221 | 27 | 41 |
| Binary | 1000001 | 1101000 | 1010001 | 100110 | 0 | 10110 | 111011 | 10010001 | 10111 | 100001 |
Color Harmonies of #416851
Complementary color
Monochromatic Colors of #416851
Black with #416851
Text Example
Text Example
White with #416851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416851; }
p { color: rgb(65,104,81); }
H1.HeaderClassName
{
color: #416851;
}
.AnyTagClassName
{
color: #416851;
}
</style>
background-color css
<style>
a { background-color: #416851; }
a { background-color: rgb(65,104,81); }
div.DivClassName
{
background-color: #416851;
}
.BgClassName
{
background-color: #416851;
}
</style>
border-color css
<style>
span { border-color: #416851; }
span { border-color: rgb(65,104,81); }
td.TdClassName
{
border-color: #416851;
}
.TagClassName
{
border-color: #416851;
}
</style>