Shades of Feldgrau #486153
Tints of Feldgrau #486153
RGB
CMYK
RGB Variations
Color information
#486153 (or 0x486153) is known color: Feldgrau. HEX triplet: 48, 61 and 53. RGB value is (72,97,83). Sum of RGB (Red+Green+Blue) = 72+97+83=252 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.57% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 83 (32.81% from 255 or 32.94% from 252); Max value from RGB is 97 - color contains mainly: green. Hex color #486153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486153 is #B79EAC. Grayscale: #575757. Windows color (decimal): -12033709 or 5464392. OLE color: 5464392.
HSL color Cylindrical-coordinate representation of color #486153: hue angle of 146.4º 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 #486153 is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 72 | 97 | 83 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.62 |
| HSL | 146.4º | 0.15% | 0.33% | - |
| HSV(B) | 146.4º | 0.26% | 0.38% | - |
| XYZ | 8.51 | 10.55 | 9.77 | - |
| YUV | 87.93 | 125.22 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 97 | 83 | 0.26 | 0 | 0.14 | 0.62 | 146.4 | 0.15 | 0.33 |
| Hex | 48 | 61 | 53 | 1A | 0 | E | 3E | 92 | F | 21 |
| Octal | 110 | 141 | 123 | 32 | 0 | 16 | 76 | 222 | 17 | 41 |
| Binary | 1001000 | 1100001 | 1010011 | 11010 | 0 | 1110 | 111110 | 10010010 | 1111 | 100001 |
Color Harmonies of #486153
Complementary color
Monochromatic Colors of #486153
Black with #486153
Text Example
Text Example
White with #486153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486153; }
p { color: rgb(72,97,83); }
H1.HeaderClassName
{
color: #486153;
}
.AnyTagClassName
{
color: #486153;
}
</style>
background-color css
<style>
a { background-color: #486153; }
a { background-color: rgb(72,97,83); }
div.DivClassName
{
background-color: #486153;
}
.BgClassName
{
background-color: #486153;
}
</style>
border-color css
<style>
span { border-color: #486153; }
span { border-color: rgb(72,97,83); }
td.TdClassName
{
border-color: #486153;
}
.TagClassName
{
border-color: #486153;
}
</style>