Shades of Feldgrau #486954
Tints of Feldgrau #486954
RGB
CMYK
RGB Variations
Color information
#486954 (or 0x486954) is known color: Feldgrau. HEX triplet: 48, 69 and 54. RGB value is (72,105,84). Sum of RGB (Red+Green+Blue) = 72+105+84=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 105 (41.41% from 255 or 40.23% from 261); Blue value is 84 (33.20% from 255 or 32.18% from 261); Max value from RGB is 105 - color contains mainly: green. Hex color #486954 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486954 is #B796AB. Grayscale: #5C5C5C. Windows color (decimal): -12031660 or 5531976. OLE color: 5531976.
HSL color Cylindrical-coordinate representation of color #486954: hue angle of 141.82º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #486954 is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 72 | 105 | 84 | - |
| CMYK | 0.31 | 0 | 0.20 | 0.59 |
| HSL | 141.82º | 0.19% | 0.35% | - |
| HSV(B) | 141.82º | 0.31% | 0.41% | - |
| XYZ | 9.32 | 12.12 | 10.24 | - |
| YUV | 92.74 | 123.07 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 105 | 84 | 0.31 | 0 | 0.20 | 0.59 | 141.82 | 0.19 | 0.35 |
| Hex | 48 | 69 | 54 | 1F | 0 | 14 | 3B | 8E | 13 | 23 |
| Octal | 110 | 151 | 124 | 37 | 0 | 24 | 73 | 216 | 23 | 43 |
| Binary | 1001000 | 1101001 | 1010100 | 11111 | 0 | 10100 | 111011 | 10001110 | 10011 | 100011 |
Color Harmonies of #486954
Complementary color
Monochromatic Colors of #486954
Black with #486954
Text Example
Text Example
White with #486954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486954; }
p { color: rgb(72,105,84); }
H1.HeaderClassName
{
color: #486954;
}
.AnyTagClassName
{
color: #486954;
}
</style>
background-color css
<style>
a { background-color: #486954; }
a { background-color: rgb(72,105,84); }
div.DivClassName
{
background-color: #486954;
}
.BgClassName
{
background-color: #486954;
}
</style>
border-color css
<style>
span { border-color: #486954; }
span { border-color: rgb(72,105,84); }
td.TdClassName
{
border-color: #486954;
}
.TagClassName
{
border-color: #486954;
}
</style>