Shades of Feldgrau #425C49
Tints of Feldgrau #425C49
RGB
CMYK
RGB Variations
Color information
#425C49 (or 0x425C49) is known color: Feldgrau. HEX triplet: 42, 5C and 49. RGB value is (66,92,73). Sum of RGB (Red+Green+Blue) = 66+92+73=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 92 (36.33% from 255 or 39.83% from 231); Blue value is 73 (28.91% from 255 or 31.60% from 231); Max value from RGB is 92 - color contains mainly: green. Hex color #425C49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425C49 is #BDA3B6. Grayscale: #525252. Windows color (decimal): -12428215 or 4807746. OLE color: 4807746.
HSL color Cylindrical-coordinate representation of color #425C49: hue angle of 136.15º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #425C49 is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 92 | 73 | - |
| CMYK | 0.28 | 0 | 0.21 | 0.64 |
| HSL | 136.15º | 0.16% | 0.31% | - |
| HSV(B) | 136.15º | 0.28% | 0.36% | - |
| XYZ | 7.28 | 9.29 | 7.71 | - |
| YUV | 82.06 | 122.89 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 92 | 73 | 0.28 | 0 | 0.21 | 0.64 | 136.15 | 0.16 | 0.31 |
| Hex | 42 | 5C | 49 | 1C | 0 | 15 | 40 | 88 | 10 | 1F |
| Octal | 102 | 134 | 111 | 34 | 0 | 25 | 100 | 210 | 20 | 37 |
| Binary | 1000010 | 1011100 | 1001001 | 11100 | 0 | 10101 | 1000000 | 10001000 | 10000 | 11111 |
Color Harmonies of #425C49
Complementary color
Monochromatic Colors of #425C49
Black with #425C49
Text Example
Text Example
White with #425C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425C49; }
p { color: rgb(66,92,73); }
H1.HeaderClassName
{
color: #425C49;
}
.AnyTagClassName
{
color: #425C49;
}
</style>
background-color css
<style>
a { background-color: #425C49; }
a { background-color: rgb(66,92,73); }
div.DivClassName
{
background-color: #425C49;
}
.BgClassName
{
background-color: #425C49;
}
</style>
border-color css
<style>
span { border-color: #425C49; }
span { border-color: rgb(66,92,73); }
td.TdClassName
{
border-color: #425C49;
}
.TagClassName
{
border-color: #425C49;
}
</style>