Shades of Feldgrau #486151
Tints of Feldgrau #486151
RGB
CMYK
RGB Variations
Color information
#486151 (or 0x486151) is known color: Feldgrau. HEX triplet: 48, 61 and 51. RGB value is (72,97,81). Sum of RGB (Red+Green+Blue) = 72+97+81=250 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.8% from 250); Green value is 97 (38.28% from 255 or 38.8% from 250); Blue value is 81 (32.03% from 255 or 32.4% from 250); Max value from RGB is 97 - color contains mainly: green. Hex color #486151 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486151 is #B79EAE. Grayscale: #575757. Windows color (decimal): -12033711 or 5333320. OLE color: 5333320.
HSL color Cylindrical-coordinate representation of color #486151: hue angle of 141.6º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #486151 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 72 | 97 | 81 | - |
| CMYK | 0.26 | 0 | 0.16 | 0.62 |
| HSL | 141.6º | 0.15% | 0.33% | - |
| HSV(B) | 141.6º | 0.26% | 0.38% | - |
| XYZ | 8.43 | 10.52 | 9.37 | - |
| YUV | 87.7 | 124.22 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 97 | 81 | 0.26 | 0 | 0.16 | 0.62 | 141.6 | 0.15 | 0.33 |
| Hex | 48 | 61 | 51 | 1A | 0 | 10 | 3E | 8E | F | 21 |
| Octal | 110 | 141 | 121 | 32 | 0 | 20 | 76 | 216 | 17 | 41 |
| Binary | 1001000 | 1100001 | 1010001 | 11010 | 0 | 10000 | 111110 | 10001110 | 1111 | 100001 |
Color Harmonies of #486151
Complementary color
Monochromatic Colors of #486151
Black with #486151
Text Example
Text Example
White with #486151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486151; }
p { color: rgb(72,97,81); }
H1.HeaderClassName
{
color: #486151;
}
.AnyTagClassName
{
color: #486151;
}
</style>
background-color css
<style>
a { background-color: #486151; }
a { background-color: rgb(72,97,81); }
div.DivClassName
{
background-color: #486151;
}
.BgClassName
{
background-color: #486151;
}
</style>
border-color css
<style>
span { border-color: #486151; }
span { border-color: rgb(72,97,81); }
td.TdClassName
{
border-color: #486151;
}
.TagClassName
{
border-color: #486151;
}
</style>