Shades of Feldgrau #41684F
Tints of Feldgrau #41684F
RGB
CMYK
RGB Variations
Color information
#41684F (or 0x41684F) is known color: Feldgrau. HEX triplet: 41, 68 and 4F. RGB value is (65,104,79). Sum of RGB (Red+Green+Blue) = 65+104+79=248 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.21% from 248); Green value is 104 (41.02% from 255 or 41.94% from 248); Blue value is 79 (31.25% from 255 or 31.85% from 248); Max value from RGB is 104 - color contains mainly: green. Hex color #41684F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41684F is #BE97B0. Grayscale: #595959. Windows color (decimal): -12490673 or 5204033. OLE color: 5204033.
HSL color Cylindrical-coordinate representation of color #41684F: hue angle of 141.54º 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 #41684F is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 65 | 104 | 79 | - |
| CMYK | 0.38 | 0 | 0.24 | 0.59 |
| HSL | 141.54º | 0.23% | 0.33% | - |
| HSV(B) | 141.54º | 0.38% | 0.41% | - |
| XYZ | 8.54 | 11.59 | 9.18 | - |
| YUV | 89.49 | 122.08 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 104 | 79 | 0.38 | 0 | 0.24 | 0.59 | 141.54 | 0.23 | 0.33 |
| Hex | 41 | 68 | 4F | 26 | 0 | 18 | 3B | 8E | 17 | 21 |
| Octal | 101 | 150 | 117 | 46 | 0 | 30 | 73 | 216 | 27 | 41 |
| Binary | 1000001 | 1101000 | 1001111 | 100110 | 0 | 11000 | 111011 | 10001110 | 10111 | 100001 |
Color Harmonies of #41684F
Complementary color
Monochromatic Colors of #41684F
Black with #41684F
Text Example
Text Example
White with #41684F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41684F; }
p { color: rgb(65,104,79); }
H1.HeaderClassName
{
color: #41684F;
}
.AnyTagClassName
{
color: #41684F;
}
</style>
background-color css
<style>
a { background-color: #41684F; }
a { background-color: rgb(65,104,79); }
div.DivClassName
{
background-color: #41684F;
}
.BgClassName
{
background-color: #41684F;
}
</style>
border-color css
<style>
span { border-color: #41684F; }
span { border-color: rgb(65,104,79); }
td.TdClassName
{
border-color: #41684F;
}
.TagClassName
{
border-color: #41684F;
}
</style>