Shades of Feldgrau #48544D
Tints of Feldgrau #48544D
RGB
CMYK
RGB Variations
Color information
#48544D (or 0x48544D) is known color: Feldgrau. HEX triplet: 48, 54 and 4D. RGB value is (72,84,77). Sum of RGB (Red+Green+Blue) = 72+84+77=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 84 (33.20% from 255 or 36.05% from 233); Blue value is 77 (30.47% from 255 or 33.05% from 233); Max value from RGB is 84 - color contains mainly: green. Hex color #48544D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48544D is #B7ABB2. Grayscale: #4F4F4F. Windows color (decimal): -12037043 or 5067848. OLE color: 5067848.
HSL color Cylindrical-coordinate representation of color #48544D: hue angle of 145º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #48544D is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 84 | 77 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.67 |
| HSL | 145º | 0.08% | 0.31% | - |
| HSV(B) | 145º | 0.14% | 0.33% | - |
| XYZ | 7.18 | 8.25 | 8.24 | - |
| YUV | 79.61 | 126.52 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 84 | 77 | 0.14 | 0 | 0.08 | 0.67 | 145 | 0.08 | 0.31 |
| Hex | 48 | 54 | 4D | E | 0 | 8 | 43 | 91 | 8 | 1F |
| Octal | 110 | 124 | 115 | 16 | 0 | 10 | 103 | 221 | 10 | 37 |
| Binary | 1001000 | 1010100 | 1001101 | 1110 | 0 | 1000 | 1000011 | 10010001 | 1000 | 11111 |
Color Harmonies of #48544D
Complementary color
Monochromatic Colors of #48544D
Black with #48544D
Text Example
Text Example
White with #48544D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48544D; }
p { color: rgb(72,84,77); }
H1.HeaderClassName
{
color: #48544D;
}
.AnyTagClassName
{
color: #48544D;
}
</style>
background-color css
<style>
a { background-color: #48544D; }
a { background-color: rgb(72,84,77); }
div.DivClassName
{
background-color: #48544D;
}
.BgClassName
{
background-color: #48544D;
}
</style>
border-color css
<style>
span { border-color: #48544D; }
span { border-color: rgb(72,84,77); }
td.TdClassName
{
border-color: #48544D;
}
.TagClassName
{
border-color: #48544D;
}
</style>