Shades of Feldgrau #41624B
Tints of Feldgrau #41624B
RGB
CMYK
RGB Variations
Color information
#41624B (or 0x41624B) is known color: Feldgrau. HEX triplet: 41, 62 and 4B. RGB value is (65,98,75). Sum of RGB (Red+Green+Blue) = 65+98+75=238 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.31% from 238); Green value is 98 (38.67% from 255 or 41.18% from 238); Blue value is 75 (29.69% from 255 or 31.51% from 238); Max value from RGB is 98 - color contains mainly: green. Hex color #41624B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41624B is #BE9DB4. Grayscale: #555555. Windows color (decimal): -12492213 or 4940353. OLE color: 4940353.
HSL color Cylindrical-coordinate representation of color #41624B: hue angle of 138.18º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #41624B is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 65 | 98 | 75 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.62 |
| HSL | 138.18º | 0.2% | 0.32% | - |
| HSV(B) | 138.18º | 0.34% | 0.38% | - |
| XYZ | 7.82 | 10.37 | 8.25 | - |
| YUV | 85.51 | 122.07 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 98 | 75 | 0.34 | 0 | 0.23 | 0.62 | 138.18 | 0.2 | 0.32 |
| Hex | 41 | 62 | 4B | 22 | 0 | 17 | 3E | 8A | 14 | 20 |
| Octal | 101 | 142 | 113 | 42 | 0 | 27 | 76 | 212 | 24 | 40 |
| Binary | 1000001 | 1100010 | 1001011 | 100010 | 0 | 10111 | 111110 | 10001010 | 10100 | 100000 |
Color Harmonies of #41624B
Complementary color
Monochromatic Colors of #41624B
Black with #41624B
Text Example
Text Example
White with #41624B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41624B; }
p { color: rgb(65,98,75); }
H1.HeaderClassName
{
color: #41624B;
}
.AnyTagClassName
{
color: #41624B;
}
</style>
background-color css
<style>
a { background-color: #41624B; }
a { background-color: rgb(65,98,75); }
div.DivClassName
{
background-color: #41624B;
}
.BgClassName
{
background-color: #41624B;
}
</style>
border-color css
<style>
span { border-color: #41624B; }
span { border-color: rgb(65,98,75); }
td.TdClassName
{
border-color: #41624B;
}
.TagClassName
{
border-color: #41624B;
}
</style>