Shades of Feldgrau #485D50
Tints of Feldgrau #485D50
RGB
CMYK
RGB Variations
Color information
#485D50 (or 0x485D50) is known color: Feldgrau. HEX triplet: 48, 5D and 50. RGB value is (72,93,80). Sum of RGB (Red+Green+Blue) = 72+93+80=245 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.39% from 245); Green value is 93 (36.72% from 255 or 37.96% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 93 - color contains mainly: green. Hex color #485D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485D50 is #B7A2AF. Grayscale: #555555. Windows color (decimal): -12034736 or 5266760. OLE color: 5266760.
HSL color Cylindrical-coordinate representation of color #485D50: hue angle of 142.86º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #485D50 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 93 | 80 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.64 |
| HSL | 142.86º | 0.13% | 0.32% | - |
| HSV(B) | 142.86º | 0.23% | 0.36% | - |
| XYZ | 8.03 | 9.79 | 9.05 | - |
| YUV | 85.24 | 125.04 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 93 | 80 | 0.23 | 0 | 0.14 | 0.64 | 142.86 | 0.13 | 0.32 |
| Hex | 48 | 5D | 50 | 17 | 0 | E | 40 | 8F | D | 20 |
| Octal | 110 | 135 | 120 | 27 | 0 | 16 | 100 | 217 | 15 | 40 |
| Binary | 1001000 | 1011101 | 1010000 | 10111 | 0 | 1110 | 1000000 | 10001111 | 1101 | 100000 |
Color Harmonies of #485D50
Complementary color
Monochromatic Colors of #485D50
Black with #485D50
Text Example
Text Example
White with #485D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485D50; }
p { color: rgb(72,93,80); }
H1.HeaderClassName
{
color: #485D50;
}
.AnyTagClassName
{
color: #485D50;
}
</style>
background-color css
<style>
a { background-color: #485D50; }
a { background-color: rgb(72,93,80); }
div.DivClassName
{
background-color: #485D50;
}
.BgClassName
{
background-color: #485D50;
}
</style>
border-color css
<style>
span { border-color: #485D50; }
span { border-color: rgb(72,93,80); }
td.TdClassName
{
border-color: #485D50;
}
.TagClassName
{
border-color: #485D50;
}
</style>