Shades of Feldgrau #48584D
Tints of Feldgrau #48584D
RGB
CMYK
RGB Variations
Color information
#48584D (or 0x48584D) is known color: Feldgrau. HEX triplet: 48, 58 and 4D. RGB value is (72,88,77). Sum of RGB (Red+Green+Blue) = 72+88+77=237 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.38% from 237); Green value is 88 (34.77% from 255 or 37.13% from 237); Blue value is 77 (30.47% from 255 or 32.49% from 237); Max value from RGB is 88 - color contains mainly: green. Hex color #48584D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48584D is #B7A7B2. Grayscale: #515151. Windows color (decimal): -12036019 or 5068872. OLE color: 5068872.
HSL color Cylindrical-coordinate representation of color #48584D: hue angle of 138.75º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #48584D is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 88 | 77 | - |
| CMYK | 0.18 | 0 | 0.12 | 0.65 |
| HSL | 138.75º | 0.1% | 0.31% | - |
| HSV(B) | 138.75º | 0.18% | 0.35% | - |
| XYZ | 7.5 | 8.89 | 8.34 | - |
| YUV | 81.96 | 125.2 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 88 | 77 | 0.18 | 0 | 0.12 | 0.65 | 138.75 | 0.1 | 0.31 |
| Hex | 48 | 58 | 4D | 12 | 0 | C | 41 | 8B | A | 1F |
| Octal | 110 | 130 | 115 | 22 | 0 | 14 | 101 | 213 | 12 | 37 |
| Binary | 1001000 | 1011000 | 1001101 | 10010 | 0 | 1100 | 1000001 | 10001011 | 1010 | 11111 |
Color Harmonies of #48584D
Complementary color
Monochromatic Colors of #48584D
Black with #48584D
Text Example
Text Example
White with #48584D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48584D; }
p { color: rgb(72,88,77); }
H1.HeaderClassName
{
color: #48584D;
}
.AnyTagClassName
{
color: #48584D;
}
</style>
background-color css
<style>
a { background-color: #48584D; }
a { background-color: rgb(72,88,77); }
div.DivClassName
{
background-color: #48584D;
}
.BgClassName
{
background-color: #48584D;
}
</style>
border-color css
<style>
span { border-color: #48584D; }
span { border-color: rgb(72,88,77); }
td.TdClassName
{
border-color: #48584D;
}
.TagClassName
{
border-color: #48584D;
}
</style>