Shades of Feldgrau #486553
Tints of Feldgrau #486553
RGB
CMYK
RGB Variations
Color information
#486553 (or 0x486553) is known color: Feldgrau. HEX triplet: 48, 65 and 53. RGB value is (72,101,83). Sum of RGB (Red+Green+Blue) = 72+101+83=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 101 (39.84% from 255 or 39.45% from 256); Blue value is 83 (32.81% from 255 or 32.42% from 256); Max value from RGB is 101 - color contains mainly: green. Hex color #486553 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486553 is #B79AAC. Grayscale: #5A5A5A. Windows color (decimal): -12032685 or 5465416. OLE color: 5465416.
HSL color Cylindrical-coordinate representation of color #486553: hue angle of 142.76º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #486553 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 101 | 83 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.60 |
| HSL | 142.76º | 0.17% | 0.34% | - |
| HSV(B) | 142.76º | 0.29% | 0.4% | - |
| XYZ | 8.89 | 11.31 | 9.9 | - |
| YUV | 90.28 | 123.89 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 101 | 83 | 0.29 | 0 | 0.18 | 0.60 | 142.76 | 0.17 | 0.34 |
| Hex | 48 | 65 | 53 | 1D | 0 | 12 | 3C | 8F | 11 | 22 |
| Octal | 110 | 145 | 123 | 35 | 0 | 22 | 74 | 217 | 21 | 42 |
| Binary | 1001000 | 1100101 | 1010011 | 11101 | 0 | 10010 | 111100 | 10001111 | 10001 | 100010 |
Color Harmonies of #486553
Complementary color
Monochromatic Colors of #486553
Black with #486553
Text Example
Text Example
White with #486553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486553; }
p { color: rgb(72,101,83); }
H1.HeaderClassName
{
color: #486553;
}
.AnyTagClassName
{
color: #486553;
}
</style>
background-color css
<style>
a { background-color: #486553; }
a { background-color: rgb(72,101,83); }
div.DivClassName
{
background-color: #486553;
}
.BgClassName
{
background-color: #486553;
}
</style>
border-color css
<style>
span { border-color: #486553; }
span { border-color: rgb(72,101,83); }
td.TdClassName
{
border-color: #486553;
}
.TagClassName
{
border-color: #486553;
}
</style>