Shades of Feldgrau #415C48
Tints of Feldgrau #415C48
RGB
CMYK
RGB Variations
Color information
#415C48 (or 0x415C48) is known color: Feldgrau. HEX triplet: 41, 5C and 48. RGB value is (65,92,72). Sum of RGB (Red+Green+Blue) = 65+92+72=229 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.38% from 229); Green value is 92 (36.33% from 255 or 40.17% from 229); Blue value is 72 (28.52% from 255 or 31.44% from 229); Max value from RGB is 92 - color contains mainly: green. Hex color #415C48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415C48 is #BEA3B7. Grayscale: #515151. Windows color (decimal): -12493752 or 4742209. OLE color: 4742209.
HSL color Cylindrical-coordinate representation of color #415C48: hue angle of 135.56º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #415C48 is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 65 | 92 | 72 | - |
| CMYK | 0.29 | 0 | 0.22 | 0.64 |
| HSL | 135.56º | 0.17% | 0.31% | - |
| HSV(B) | 135.56º | 0.29% | 0.36% | - |
| XYZ | 7.18 | 9.25 | 7.54 | - |
| YUV | 81.65 | 122.55 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 92 | 72 | 0.29 | 0 | 0.22 | 0.64 | 135.56 | 0.17 | 0.31 |
| Hex | 41 | 5C | 48 | 1D | 0 | 16 | 40 | 88 | 11 | 1F |
| Octal | 101 | 134 | 110 | 35 | 0 | 26 | 100 | 210 | 21 | 37 |
| Binary | 1000001 | 1011100 | 1001000 | 11101 | 0 | 10110 | 1000000 | 10001000 | 10001 | 11111 |
Color Harmonies of #415C48
Complementary color
Monochromatic Colors of #415C48
Black with #415C48
Text Example
Text Example
White with #415C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415C48; }
p { color: rgb(65,92,72); }
H1.HeaderClassName
{
color: #415C48;
}
.AnyTagClassName
{
color: #415C48;
}
</style>
background-color css
<style>
a { background-color: #415C48; }
a { background-color: rgb(65,92,72); }
div.DivClassName
{
background-color: #415C48;
}
.BgClassName
{
background-color: #415C48;
}
</style>
border-color css
<style>
span { border-color: #415C48; }
span { border-color: rgb(65,92,72); }
td.TdClassName
{
border-color: #415C48;
}
.TagClassName
{
border-color: #415C48;
}
</style>