Shades of Feldgrau #495F52
Tints of Feldgrau #495F52
RGB
CMYK
RGB Variations
Color information
#495F52 (or 0x495F52) is known color: Feldgrau. HEX triplet: 49, 5F and 52. RGB value is (73,95,82). Sum of RGB (Red+Green+Blue) = 73+95+82=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 95 (37.5% from 255 or 38% from 250); Blue value is 82 (32.42% from 255 or 32.8% from 250); Max value from RGB is 95 - color contains mainly: green. Hex color #495F52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495F52 is #B6A0AD. Grayscale: #565656. Windows color (decimal): -11968686 or 5398345. OLE color: 5398345.
HSL color Cylindrical-coordinate representation of color #495F52: hue angle of 144.55º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #495F52 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 73 | 95 | 82 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.63 |
| HSL | 144.55º | 0.13% | 0.33% | - |
| HSV(B) | 144.55º | 0.23% | 0.37% | - |
| XYZ | 8.36 | 10.21 | 9.51 | - |
| YUV | 86.94 | 125.21 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 95 | 82 | 0.23 | 0 | 0.14 | 0.63 | 144.55 | 0.13 | 0.33 |
| Hex | 49 | 5F | 52 | 17 | 0 | E | 3F | 91 | D | 21 |
| Octal | 111 | 137 | 122 | 27 | 0 | 16 | 77 | 221 | 15 | 41 |
| Binary | 1001001 | 1011111 | 1010010 | 10111 | 0 | 1110 | 111111 | 10010001 | 1101 | 100001 |
Color Harmonies of #495F52
Complementary color
Monochromatic Colors of #495F52
Black with #495F52
Text Example
Text Example
White with #495F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495F52; }
p { color: rgb(73,95,82); }
H1.HeaderClassName
{
color: #495F52;
}
.AnyTagClassName
{
color: #495F52;
}
</style>
background-color css
<style>
a { background-color: #495F52; }
a { background-color: rgb(73,95,82); }
div.DivClassName
{
background-color: #495F52;
}
.BgClassName
{
background-color: #495F52;
}
</style>
border-color css
<style>
span { border-color: #495F52; }
span { border-color: rgb(73,95,82); }
td.TdClassName
{
border-color: #495F52;
}
.TagClassName
{
border-color: #495F52;
}
</style>