Shades of Feldgrau #495F53
Tints of Feldgrau #495F53
RGB
CMYK
RGB Variations
Color information
#495F53 (or 0x495F53) is known color: Feldgrau. HEX triplet: 49, 5F and 53. RGB value is (73,95,83). Sum of RGB (Red+Green+Blue) = 73+95+83=251 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.08% from 251); Green value is 95 (37.5% from 255 or 37.85% from 251); Blue value is 83 (32.81% from 255 or 33.07% from 251); Max value from RGB is 95 - color contains mainly: green. Hex color #495F53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495F53 is #B6A0AC. Grayscale: #575757. Windows color (decimal): -11968685 or 5463881. OLE color: 5463881.
HSL color Cylindrical-coordinate representation of color #495F53: hue angle of 147.27º 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 #495F53 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 73 | 95 | 83 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.63 |
| HSL | 147.27º | 0.13% | 0.33% | - |
| HSV(B) | 147.27º | 0.23% | 0.37% | - |
| XYZ | 8.4 | 10.23 | 9.71 | - |
| YUV | 87.05 | 125.71 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 95 | 83 | 0.23 | 0 | 0.13 | 0.63 | 147.27 | 0.13 | 0.33 |
| Hex | 49 | 5F | 53 | 17 | 0 | D | 3F | 93 | D | 21 |
| Octal | 111 | 137 | 123 | 27 | 0 | 15 | 77 | 223 | 15 | 41 |
| Binary | 1001001 | 1011111 | 1010011 | 10111 | 0 | 1101 | 111111 | 10010011 | 1101 | 100001 |
Color Harmonies of #495F53
Complementary color
Monochromatic Colors of #495F53
Black with #495F53
Text Example
Text Example
White with #495F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495F53; }
p { color: rgb(73,95,83); }
H1.HeaderClassName
{
color: #495F53;
}
.AnyTagClassName
{
color: #495F53;
}
</style>
background-color css
<style>
a { background-color: #495F53; }
a { background-color: rgb(73,95,83); }
div.DivClassName
{
background-color: #495F53;
}
.BgClassName
{
background-color: #495F53;
}
</style>
border-color css
<style>
span { border-color: #495F53; }
span { border-color: rgb(73,95,83); }
td.TdClassName
{
border-color: #495F53;
}
.TagClassName
{
border-color: #495F53;
}
</style>