Shades of Feldgrau #415D4B
Tints of Feldgrau #415D4B
RGB
CMYK
RGB Variations
Color information
#415D4B (or 0x415D4B) is known color: Feldgrau. HEX triplet: 41, 5D and 4B. RGB value is (65,93,75). Sum of RGB (Red+Green+Blue) = 65+93+75=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 93 (36.72% from 255 or 39.91% from 233); Blue value is 75 (29.69% from 255 or 32.19% from 233); Max value from RGB is 93 - color contains mainly: green. Hex color #415D4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415D4B is #BEA2B4. Grayscale: #525252. Windows color (decimal): -12493493 or 4939073. OLE color: 4939073.
HSL color Cylindrical-coordinate representation of color #415D4B: hue angle of 141.43º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #415D4B is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 65 | 93 | 75 | - |
| CMYK | 0.30 | 0 | 0.19 | 0.64 |
| HSL | 141.43º | 0.18% | 0.31% | - |
| HSV(B) | 141.43º | 0.3% | 0.36% | - |
| XYZ | 7.36 | 9.46 | 8.09 | - |
| YUV | 82.58 | 123.72 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 93 | 75 | 0.30 | 0 | 0.19 | 0.64 | 141.43 | 0.18 | 0.31 |
| Hex | 41 | 5D | 4B | 1E | 0 | 13 | 40 | 8D | 12 | 1F |
| Octal | 101 | 135 | 113 | 36 | 0 | 23 | 100 | 215 | 22 | 37 |
| Binary | 1000001 | 1011101 | 1001011 | 11110 | 0 | 10011 | 1000000 | 10001101 | 10010 | 11111 |
Color Harmonies of #415D4B
Complementary color
Monochromatic Colors of #415D4B
Black with #415D4B
Text Example
Text Example
White with #415D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415D4B; }
p { color: rgb(65,93,75); }
H1.HeaderClassName
{
color: #415D4B;
}
.AnyTagClassName
{
color: #415D4B;
}
</style>
background-color css
<style>
a { background-color: #415D4B; }
a { background-color: rgb(65,93,75); }
div.DivClassName
{
background-color: #415D4B;
}
.BgClassName
{
background-color: #415D4B;
}
</style>
border-color css
<style>
span { border-color: #415D4B; }
span { border-color: rgb(65,93,75); }
td.TdClassName
{
border-color: #415D4B;
}
.TagClassName
{
border-color: #415D4B;
}
</style>