Shades of Feldgrau #41614A
Tints of Feldgrau #41614A
RGB
CMYK
RGB Variations
Color information
#41614A (or 0x41614A) is known color: Feldgrau. HEX triplet: 41, 61 and 4A. RGB value is (65,97,74). Sum of RGB (Red+Green+Blue) = 65+97+74=236 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.54% from 236); Green value is 97 (38.28% from 255 or 41.10% from 236); Blue value is 74 (29.30% from 255 or 31.36% from 236); Max value from RGB is 97 - color contains mainly: green. Hex color #41614A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41614A is #BE9EB5. Grayscale: #545454. Windows color (decimal): -12492470 or 4874561. OLE color: 4874561.
HSL color Cylindrical-coordinate representation of color #41614A: hue angle of 136.88º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #41614A is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 65 | 97 | 74 | - |
| CMYK | 0.33 | 0 | 0.24 | 0.62 |
| HSL | 136.88º | 0.2% | 0.32% | - |
| HSV(B) | 136.88º | 0.33% | 0.38% | - |
| XYZ | 7.69 | 10.17 | 8.04 | - |
| YUV | 84.81 | 121.9 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 97 | 74 | 0.33 | 0 | 0.24 | 0.62 | 136.88 | 0.2 | 0.32 |
| Hex | 41 | 61 | 4A | 21 | 0 | 18 | 3E | 89 | 14 | 20 |
| Octal | 101 | 141 | 112 | 41 | 0 | 30 | 76 | 211 | 24 | 40 |
| Binary | 1000001 | 1100001 | 1001010 | 100001 | 0 | 11000 | 111110 | 10001001 | 10100 | 100000 |
Color Harmonies of #41614A
Complementary color
Monochromatic Colors of #41614A
Black with #41614A
Text Example
Text Example
White with #41614A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41614A; }
p { color: rgb(65,97,74); }
H1.HeaderClassName
{
color: #41614A;
}
.AnyTagClassName
{
color: #41614A;
}
</style>
background-color css
<style>
a { background-color: #41614A; }
a { background-color: rgb(65,97,74); }
div.DivClassName
{
background-color: #41614A;
}
.BgClassName
{
background-color: #41614A;
}
</style>
border-color css
<style>
span { border-color: #41614A; }
span { border-color: rgb(65,97,74); }
td.TdClassName
{
border-color: #41614A;
}
.TagClassName
{
border-color: #41614A;
}
</style>