Shades of Feldgrau #41654D
Tints of Feldgrau #41654D
RGB
CMYK
RGB Variations
Color information
#41654D (or 0x41654D) is known color: Feldgrau. HEX triplet: 41, 65 and 4D. RGB value is (65,101,77). Sum of RGB (Red+Green+Blue) = 65+101+77=243 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.75% from 243); Green value is 101 (39.84% from 255 or 41.56% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 101 - color contains mainly: green. Hex color #41654D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41654D is #BE9AB2. Grayscale: #575757. Windows color (decimal): -12491443 or 5072193. OLE color: 5072193.
HSL color Cylindrical-coordinate representation of color #41654D: hue angle of 140º 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 #41654D is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 65 | 101 | 77 | - |
| CMYK | 0.36 | 0 | 0.24 | 0.60 |
| HSL | 140º | 0.22% | 0.33% | - |
| HSV(B) | 140º | 0.36% | 0.4% | - |
| XYZ | 8.17 | 10.97 | 8.71 | - |
| YUV | 87.5 | 122.07 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 101 | 77 | 0.36 | 0 | 0.24 | 0.60 | 140 | 0.22 | 0.33 |
| Hex | 41 | 65 | 4D | 24 | 0 | 18 | 3C | 8C | 16 | 21 |
| Octal | 101 | 145 | 115 | 44 | 0 | 30 | 74 | 214 | 26 | 41 |
| Binary | 1000001 | 1100101 | 1001101 | 100100 | 0 | 11000 | 111100 | 10001100 | 10110 | 100001 |
Color Harmonies of #41654D
Complementary color
Monochromatic Colors of #41654D
Black with #41654D
Text Example
Text Example
White with #41654D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41654D; }
p { color: rgb(65,101,77); }
H1.HeaderClassName
{
color: #41654D;
}
.AnyTagClassName
{
color: #41654D;
}
</style>
background-color css
<style>
a { background-color: #41654D; }
a { background-color: rgb(65,101,77); }
div.DivClassName
{
background-color: #41654D;
}
.BgClassName
{
background-color: #41654D;
}
</style>
border-color css
<style>
span { border-color: #41654D; }
span { border-color: rgb(65,101,77); }
td.TdClassName
{
border-color: #41654D;
}
.TagClassName
{
border-color: #41654D;
}
</style>