Shades of Feldgrau #485F52
Tints of Feldgrau #485F52
RGB
CMYK
RGB Variations
Color information
#485F52 (or 0x485F52) is known color: Feldgrau. HEX triplet: 48, 5F and 52. RGB value is (72,95,82). Sum of RGB (Red+Green+Blue) = 72+95+82=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 95 (37.5% from 255 or 38.15% from 249); Blue value is 82 (32.42% from 255 or 32.93% from 249); Max value from RGB is 95 - color contains mainly: green. Hex color #485F52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485F52 is #B7A0AD. Grayscale: #565656. Windows color (decimal): -12034222 or 5398344. OLE color: 5398344.
HSL color Cylindrical-coordinate representation of color #485F52: hue angle of 146.09º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #485F52 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 72 | 95 | 82 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.63 |
| HSL | 146.09º | 0.14% | 0.33% | - |
| HSV(B) | 146.09º | 0.24% | 0.37% | - |
| XYZ | 8.29 | 10.17 | 9.51 | - |
| YUV | 86.64 | 125.38 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 95 | 82 | 0.24 | 0 | 0.14 | 0.63 | 146.09 | 0.14 | 0.33 |
| Hex | 48 | 5F | 52 | 18 | 0 | E | 3F | 92 | E | 21 |
| Octal | 110 | 137 | 122 | 30 | 0 | 16 | 77 | 222 | 16 | 41 |
| Binary | 1001000 | 1011111 | 1010010 | 11000 | 0 | 1110 | 111111 | 10010010 | 1110 | 100001 |
Color Harmonies of #485F52
Complementary color
Monochromatic Colors of #485F52
Black with #485F52
Text Example
Text Example
White with #485F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485F52; }
p { color: rgb(72,95,82); }
H1.HeaderClassName
{
color: #485F52;
}
.AnyTagClassName
{
color: #485F52;
}
</style>
background-color css
<style>
a { background-color: #485F52; }
a { background-color: rgb(72,95,82); }
div.DivClassName
{
background-color: #485F52;
}
.BgClassName
{
background-color: #485F52;
}
</style>
border-color css
<style>
span { border-color: #485F52; }
span { border-color: rgb(72,95,82); }
td.TdClassName
{
border-color: #485F52;
}
.TagClassName
{
border-color: #485F52;
}
</style>