Shades of Feldgrau #486755
Tints of Feldgrau #486755
RGB
CMYK
RGB Variations
Color information
#486755 (or 0x486755) is known color: Feldgrau. HEX triplet: 48, 67 and 55. RGB value is (72,103,85). Sum of RGB (Red+Green+Blue) = 72+103+85=260 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.69% from 260); Green value is 103 (40.62% from 255 or 39.62% from 260); Blue value is 85 (33.59% from 255 or 32.69% from 260); Max value from RGB is 103 - color contains mainly: green. Hex color #486755 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486755 is #B798AA. Grayscale: #5B5B5B. Windows color (decimal): -12032171 or 5597000. OLE color: 5597000.
HSL color Cylindrical-coordinate representation of color #486755: hue angle of 145.16º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #486755 is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 103 | 85 | - |
| CMYK | 0.30 | 0 | 0.17 | 0.60 |
| HSL | 145.16º | 0.18% | 0.34% | - |
| HSV(B) | 145.16º | 0.3% | 0.4% | - |
| XYZ | 9.16 | 11.73 | 10.38 | - |
| YUV | 91.68 | 124.23 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 103 | 85 | 0.30 | 0 | 0.17 | 0.60 | 145.16 | 0.18 | 0.34 |
| Hex | 48 | 67 | 55 | 1E | 0 | 11 | 3C | 91 | 12 | 22 |
| Octal | 110 | 147 | 125 | 36 | 0 | 21 | 74 | 221 | 22 | 42 |
| Binary | 1001000 | 1100111 | 1010101 | 11110 | 0 | 10001 | 111100 | 10010001 | 10010 | 100010 |
Color Harmonies of #486755
Complementary color
Monochromatic Colors of #486755
Black with #486755
Text Example
Text Example
White with #486755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486755; }
p { color: rgb(72,103,85); }
H1.HeaderClassName
{
color: #486755;
}
.AnyTagClassName
{
color: #486755;
}
</style>
background-color css
<style>
a { background-color: #486755; }
a { background-color: rgb(72,103,85); }
div.DivClassName
{
background-color: #486755;
}
.BgClassName
{
background-color: #486755;
}
</style>
border-color css
<style>
span { border-color: #486755; }
span { border-color: rgb(72,103,85); }
td.TdClassName
{
border-color: #486755;
}
.TagClassName
{
border-color: #486755;
}
</style>