Shades of Feldgrau #48584C
Tints of Feldgrau #48584C
RGB
CMYK
RGB Variations
Color information
#48584C (or 0x48584C) is known color: Feldgrau. HEX triplet: 48, 58 and 4C. RGB value is (72,88,76). Sum of RGB (Red+Green+Blue) = 72+88+76=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 88 (34.77% from 255 or 37.29% from 236); Blue value is 76 (30.08% from 255 or 32.20% from 236); Max value from RGB is 88 - color contains mainly: green. Hex color #48584C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48584C is #B7A7B3. Grayscale: #515151. Windows color (decimal): -12036020 or 5003336. OLE color: 5003336.
HSL color Cylindrical-coordinate representation of color #48584C: hue angle of 135º 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 #48584C is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 88 | 76 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.65 |
| HSL | 135º | 0.1% | 0.31% | - |
| HSV(B) | 135º | 0.18% | 0.35% | - |
| XYZ | 7.47 | 8.88 | 8.16 | - |
| YUV | 81.85 | 124.7 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 88 | 76 | 0.18 | 0 | 0.14 | 0.65 | 135 | 0.1 | 0.31 |
| Hex | 48 | 58 | 4C | 12 | 0 | E | 41 | 87 | A | 1F |
| Octal | 110 | 130 | 114 | 22 | 0 | 16 | 101 | 207 | 12 | 37 |
| Binary | 1001000 | 1011000 | 1001100 | 10010 | 0 | 1110 | 1000001 | 10000111 | 1010 | 11111 |
Color Harmonies of #48584C
Complementary color
Monochromatic Colors of #48584C
Black with #48584C
Text Example
Text Example
White with #48584C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48584C; }
p { color: rgb(72,88,76); }
H1.HeaderClassName
{
color: #48584C;
}
.AnyTagClassName
{
color: #48584C;
}
</style>
background-color css
<style>
a { background-color: #48584C; }
a { background-color: rgb(72,88,76); }
div.DivClassName
{
background-color: #48584C;
}
.BgClassName
{
background-color: #48584C;
}
</style>
border-color css
<style>
span { border-color: #48584C; }
span { border-color: rgb(72,88,76); }
td.TdClassName
{
border-color: #48584C;
}
.TagClassName
{
border-color: #48584C;
}
</style>