Shades of Feldgrau #41664C
Tints of Feldgrau #41664C
RGB
CMYK
RGB Variations
Color information
#41664C (or 0x41664C) is known color: Feldgrau. HEX triplet: 41, 66 and 4C. RGB value is (65,102,76). Sum of RGB (Red+Green+Blue) = 65+102+76=243 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.75% from 243); Green value is 102 (40.23% from 255 or 41.98% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 102 - color contains mainly: green. Hex color #41664C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41664C is #BE99B3. Grayscale: #585858. Windows color (decimal): -12491188 or 5006913. OLE color: 5006913.
HSL color Cylindrical-coordinate representation of color #41664C: hue angle of 137.84º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #41664C is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 65 | 102 | 76 | - |
| CMYK | 0.36 | 0 | 0.25 | 0.6 |
| HSL | 137.84º | 0.22% | 0.33% | - |
| HSV(B) | 137.84º | 0.36% | 0.4% | - |
| XYZ | 8.24 | 11.15 | 8.56 | - |
| YUV | 87.97 | 121.24 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 102 | 76 | 0.36 | 0 | 0.25 | 0.6 | 137.84 | 0.22 | 0.33 |
| Hex | 41 | 66 | 4C | 24 | 0 | 19 | 3C | 8A | 16 | 21 |
| Octal | 101 | 146 | 114 | 44 | 0 | 31 | 74 | 212 | 26 | 41 |
| Binary | 1000001 | 1100110 | 1001100 | 100100 | 0 | 11001 | 111100 | 10001010 | 10110 | 100001 |
Color Harmonies of #41664C
Complementary color
Monochromatic Colors of #41664C
Black with #41664C
Text Example
Text Example
White with #41664C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41664C; }
p { color: rgb(65,102,76); }
H1.HeaderClassName
{
color: #41664C;
}
.AnyTagClassName
{
color: #41664C;
}
</style>
background-color css
<style>
a { background-color: #41664C; }
a { background-color: rgb(65,102,76); }
div.DivClassName
{
background-color: #41664C;
}
.BgClassName
{
background-color: #41664C;
}
</style>
border-color css
<style>
span { border-color: #41664C; }
span { border-color: rgb(65,102,76); }
td.TdClassName
{
border-color: #41664C;
}
.TagClassName
{
border-color: #41664C;
}
</style>