Shades of Feldgrau #486251
Tints of Feldgrau #486251
RGB
CMYK
RGB Variations
Color information
#486251 (or 0x486251) is known color: Feldgrau. HEX triplet: 48, 62 and 51. RGB value is (72,98,81). Sum of RGB (Red+Green+Blue) = 72+98+81=251 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.69% from 251); Green value is 98 (38.67% from 255 or 39.04% from 251); Blue value is 81 (32.03% from 255 or 32.27% from 251); Max value from RGB is 98 - color contains mainly: green. Hex color #486251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486251 is #B79DAE. Grayscale: #585858. Windows color (decimal): -12033455 or 5333576. OLE color: 5333576.
HSL color Cylindrical-coordinate representation of color #486251: hue angle of 140.77º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #486251 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 72 | 98 | 81 | - |
| CMYK | 0.27 | 0 | 0.17 | 0.62 |
| HSL | 140.77º | 0.15% | 0.33% | - |
| HSV(B) | 140.77º | 0.27% | 0.38% | - |
| XYZ | 8.53 | 10.71 | 9.4 | - |
| YUV | 88.29 | 123.89 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 98 | 81 | 0.27 | 0 | 0.17 | 0.62 | 140.77 | 0.15 | 0.33 |
| Hex | 48 | 62 | 51 | 1B | 0 | 11 | 3E | 8D | F | 21 |
| Octal | 110 | 142 | 121 | 33 | 0 | 21 | 76 | 215 | 17 | 41 |
| Binary | 1001000 | 1100010 | 1010001 | 11011 | 0 | 10001 | 111110 | 10001101 | 1111 | 100001 |
Color Harmonies of #486251
Complementary color
Monochromatic Colors of #486251
Black with #486251
Text Example
Text Example
White with #486251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486251; }
p { color: rgb(72,98,81); }
H1.HeaderClassName
{
color: #486251;
}
.AnyTagClassName
{
color: #486251;
}
</style>
background-color css
<style>
a { background-color: #486251; }
a { background-color: rgb(72,98,81); }
div.DivClassName
{
background-color: #486251;
}
.BgClassName
{
background-color: #486251;
}
</style>
border-color css
<style>
span { border-color: #486251; }
span { border-color: rgb(72,98,81); }
td.TdClassName
{
border-color: #486251;
}
.TagClassName
{
border-color: #486251;
}
</style>