Shades of Feldgrau #486152
Tints of Feldgrau #486152
RGB
CMYK
RGB Variations
Color information
#486152 (or 0x486152) is known color: Feldgrau. HEX triplet: 48, 61 and 52. RGB value is (72,97,82). Sum of RGB (Red+Green+Blue) = 72+97+82=251 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.69% from 251); Green value is 97 (38.28% from 255 or 38.65% from 251); Blue value is 82 (32.42% from 255 or 32.67% from 251); Max value from RGB is 97 - color contains mainly: green. Hex color #486152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486152 is #B79EAD. Grayscale: #575757. Windows color (decimal): -12033710 or 5398856. OLE color: 5398856.
HSL color Cylindrical-coordinate representation of color #486152: hue angle of 144º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #486152 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 72 | 97 | 82 | - |
| CMYK | 0.26 | 0 | 0.15 | 0.62 |
| HSL | 144º | 0.15% | 0.33% | - |
| HSV(B) | 144º | 0.26% | 0.38% | - |
| XYZ | 8.47 | 10.54 | 9.57 | - |
| YUV | 87.82 | 124.72 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 97 | 82 | 0.26 | 0 | 0.15 | 0.62 | 144 | 0.15 | 0.33 |
| Hex | 48 | 61 | 52 | 1A | 0 | F | 3E | 90 | F | 21 |
| Octal | 110 | 141 | 122 | 32 | 0 | 17 | 76 | 220 | 17 | 41 |
| Binary | 1001000 | 1100001 | 1010010 | 11010 | 0 | 1111 | 111110 | 10010000 | 1111 | 100001 |
Color Harmonies of #486152
Complementary color
Monochromatic Colors of #486152
Black with #486152
Text Example
Text Example
White with #486152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486152; }
p { color: rgb(72,97,82); }
H1.HeaderClassName
{
color: #486152;
}
.AnyTagClassName
{
color: #486152;
}
</style>
background-color css
<style>
a { background-color: #486152; }
a { background-color: rgb(72,97,82); }
div.DivClassName
{
background-color: #486152;
}
.BgClassName
{
background-color: #486152;
}
</style>
border-color css
<style>
span { border-color: #486152; }
span { border-color: rgb(72,97,82); }
td.TdClassName
{
border-color: #486152;
}
.TagClassName
{
border-color: #486152;
}
</style>