Shades of Feldgrau #486250
Tints of Feldgrau #486250
RGB
CMYK
RGB Variations
Color information
#486250 (or 0x486250) is known color: Feldgrau. HEX triplet: 48, 62 and 50. RGB value is (72,98,80). Sum of RGB (Red+Green+Blue) = 72+98+80=250 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.8% from 250); Green value is 98 (38.67% from 255 or 39.2% from 250); Blue value is 80 (31.64% from 255 or 32% from 250); Max value from RGB is 98 - color contains mainly: green. Hex color #486250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486250 is #B79DAF. Grayscale: #585858. Windows color (decimal): -12033456 or 5268040. OLE color: 5268040.
HSL color Cylindrical-coordinate representation of color #486250: hue angle of 138.46º 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 #486250 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 72 | 98 | 80 | - |
| CMYK | 0.27 | 0 | 0.18 | 0.62 |
| HSL | 138.46º | 0.15% | 0.33% | - |
| HSV(B) | 138.46º | 0.27% | 0.38% | - |
| XYZ | 8.49 | 10.69 | 9.21 | - |
| YUV | 88.17 | 123.39 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 98 | 80 | 0.27 | 0 | 0.18 | 0.62 | 138.46 | 0.15 | 0.33 |
| Hex | 48 | 62 | 50 | 1B | 0 | 12 | 3E | 8A | F | 21 |
| Octal | 110 | 142 | 120 | 33 | 0 | 22 | 76 | 212 | 17 | 41 |
| Binary | 1001000 | 1100010 | 1010000 | 11011 | 0 | 10010 | 111110 | 10001010 | 1111 | 100001 |
Color Harmonies of #486250
Complementary color
Monochromatic Colors of #486250
Black with #486250
Text Example
Text Example
White with #486250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486250; }
p { color: rgb(72,98,80); }
H1.HeaderClassName
{
color: #486250;
}
.AnyTagClassName
{
color: #486250;
}
</style>
background-color css
<style>
a { background-color: #486250; }
a { background-color: rgb(72,98,80); }
div.DivClassName
{
background-color: #486250;
}
.BgClassName
{
background-color: #486250;
}
</style>
border-color css
<style>
span { border-color: #486250; }
span { border-color: rgb(72,98,80); }
td.TdClassName
{
border-color: #486250;
}
.TagClassName
{
border-color: #486250;
}
</style>