Shades of Feldgrau #425B49
Tints of Feldgrau #425B49
RGB
CMYK
RGB Variations
Color information
#425B49 (or 0x425B49) is known color: Feldgrau. HEX triplet: 42, 5B and 49. RGB value is (66,91,73). Sum of RGB (Red+Green+Blue) = 66+91+73=230 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.70% from 230); Green value is 91 (35.94% from 255 or 39.57% from 230); Blue value is 73 (28.91% from 255 or 31.74% from 230); Max value from RGB is 91 - color contains mainly: green. Hex color #425B49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425B49 is #BDA4B6. Grayscale: #515151. Windows color (decimal): -12428471 or 4807490. OLE color: 4807490.
HSL color Cylindrical-coordinate representation of color #425B49: hue angle of 136.8º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #425B49 is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 91 | 73 | - |
| CMYK | 0.27 | 0 | 0.20 | 0.64 |
| HSL | 136.8º | 0.16% | 0.31% | - |
| HSV(B) | 136.8º | 0.27% | 0.36% | - |
| XYZ | 7.19 | 9.12 | 7.68 | - |
| YUV | 81.47 | 123.22 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 91 | 73 | 0.27 | 0 | 0.20 | 0.64 | 136.8 | 0.16 | 0.31 |
| Hex | 42 | 5B | 49 | 1B | 0 | 14 | 40 | 89 | 10 | 1F |
| Octal | 102 | 133 | 111 | 33 | 0 | 24 | 100 | 211 | 20 | 37 |
| Binary | 1000010 | 1011011 | 1001001 | 11011 | 0 | 10100 | 1000000 | 10001001 | 10000 | 11111 |
Color Harmonies of #425B49
Complementary color
Monochromatic Colors of #425B49
Black with #425B49
Text Example
Text Example
White with #425B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425B49; }
p { color: rgb(66,91,73); }
H1.HeaderClassName
{
color: #425B49;
}
.AnyTagClassName
{
color: #425B49;
}
</style>
background-color css
<style>
a { background-color: #425B49; }
a { background-color: rgb(66,91,73); }
div.DivClassName
{
background-color: #425B49;
}
.BgClassName
{
background-color: #425B49;
}
</style>
border-color css
<style>
span { border-color: #425B49; }
span { border-color: rgb(66,91,73); }
td.TdClassName
{
border-color: #425B49;
}
.TagClassName
{
border-color: #425B49;
}
</style>