Shades of Feldgrau #48554D
Tints of Feldgrau #48554D
RGB
CMYK
RGB Variations
Color information
#48554D (or 0x48554D) is known color: Feldgrau. HEX triplet: 48, 55 and 4D. RGB value is (72,85,77). Sum of RGB (Red+Green+Blue) = 72+85+77=234 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.77% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 85 - color contains mainly: green. Hex color #48554D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48554D is #B7AAB2. Grayscale: #505050. Windows color (decimal): -12036787 or 5068104. OLE color: 5068104.
HSL color Cylindrical-coordinate representation of color #48554D: hue angle of 143.08º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #48554D is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 85 | 77 | - |
| CMYK | 0.15 | 0 | 0.09 | 0.67 |
| HSL | 143.08º | 0.08% | 0.31% | - |
| HSV(B) | 143.08º | 0.15% | 0.33% | - |
| XYZ | 7.26 | 8.41 | 8.26 | - |
| YUV | 80.2 | 126.19 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 85 | 77 | 0.15 | 0 | 0.09 | 0.67 | 143.08 | 0.08 | 0.31 |
| Hex | 48 | 55 | 4D | F | 0 | 9 | 43 | 8F | 8 | 1F |
| Octal | 110 | 125 | 115 | 17 | 0 | 11 | 103 | 217 | 10 | 37 |
| Binary | 1001000 | 1010101 | 1001101 | 1111 | 0 | 1001 | 1000011 | 10001111 | 1000 | 11111 |
Color Harmonies of #48554D
Complementary color
Monochromatic Colors of #48554D
Black with #48554D
Text Example
Text Example
White with #48554D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48554D; }
p { color: rgb(72,85,77); }
H1.HeaderClassName
{
color: #48554D;
}
.AnyTagClassName
{
color: #48554D;
}
</style>
background-color css
<style>
a { background-color: #48554D; }
a { background-color: rgb(72,85,77); }
div.DivClassName
{
background-color: #48554D;
}
.BgClassName
{
background-color: #48554D;
}
</style>
border-color css
<style>
span { border-color: #48554D; }
span { border-color: rgb(72,85,77); }
td.TdClassName
{
border-color: #48554D;
}
.TagClassName
{
border-color: #48554D;
}
</style>