Shades of Feldgrau #41634C
Tints of Feldgrau #41634C
RGB
CMYK
RGB Variations
Color information
#41634C (or 0x41634C) is known color: Feldgrau. HEX triplet: 41, 63 and 4C. RGB value is (65,99,76). Sum of RGB (Red+Green+Blue) = 65+99+76=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 99 (39.06% from 255 or 41.25% from 240); Blue value is 76 (30.08% from 255 or 31.67% from 240); Max value from RGB is 99 - color contains mainly: green. Hex color #41634C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41634C is #BE9CB3. Grayscale: #565656. Windows color (decimal): -12491956 or 5006145. OLE color: 5006145.
HSL color Cylindrical-coordinate representation of color #41634C: hue angle of 139.41º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #41634C is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 65 | 99 | 76 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.61 |
| HSL | 139.41º | 0.21% | 0.32% | - |
| HSV(B) | 139.41º | 0.34% | 0.39% | - |
| XYZ | 7.95 | 10.57 | 8.46 | - |
| YUV | 86.21 | 122.24 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 99 | 76 | 0.34 | 0 | 0.23 | 0.61 | 139.41 | 0.21 | 0.32 |
| Hex | 41 | 63 | 4C | 22 | 0 | 17 | 3D | 8B | 15 | 20 |
| Octal | 101 | 143 | 114 | 42 | 0 | 27 | 75 | 213 | 25 | 40 |
| Binary | 1000001 | 1100011 | 1001100 | 100010 | 0 | 10111 | 111101 | 10001011 | 10101 | 100000 |
Color Harmonies of #41634C
Complementary color
Monochromatic Colors of #41634C
Black with #41634C
Text Example
Text Example
White with #41634C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41634C; }
p { color: rgb(65,99,76); }
H1.HeaderClassName
{
color: #41634C;
}
.AnyTagClassName
{
color: #41634C;
}
</style>
background-color css
<style>
a { background-color: #41634C; }
a { background-color: rgb(65,99,76); }
div.DivClassName
{
background-color: #41634C;
}
.BgClassName
{
background-color: #41634C;
}
</style>
border-color css
<style>
span { border-color: #41634C; }
span { border-color: rgb(65,99,76); }
td.TdClassName
{
border-color: #41634C;
}
.TagClassName
{
border-color: #41634C;
}
</style>