Shades of Feldgrau #49534C
Tints of Feldgrau #49534C
RGB
CMYK
RGB Variations
Color information
#49534C (or 0x49534C) is known color: Feldgrau. HEX triplet: 49, 53 and 4C. RGB value is (73,83,76). Sum of RGB (Red+Green+Blue) = 73+83+76=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 76 (30.08% from 255 or 32.76% from 232); Max value from RGB is 83 - color contains mainly: green. Hex color #49534C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49534C is #B6ACB3. Grayscale: #4F4F4F. Windows color (decimal): -11971764 or 5002057. OLE color: 5002057.
HSL color Cylindrical-coordinate representation of color #49534C: hue angle of 138º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #49534C is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 83 | 76 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.67 |
| HSL | 138º | 0.06% | 0.31% | - |
| HSV(B) | 138º | 0.12% | 0.33% | - |
| XYZ | 7.15 | 8.12 | 8.03 | - |
| YUV | 79.21 | 126.19 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 83 | 76 | 0.12 | 0 | 0.08 | 0.67 | 138 | 0.06 | 0.31 |
| Hex | 49 | 53 | 4C | C | 0 | 8 | 43 | 8A | 6 | 1F |
| Octal | 111 | 123 | 114 | 14 | 0 | 10 | 103 | 212 | 6 | 37 |
| Binary | 1001001 | 1010011 | 1001100 | 1100 | 0 | 1000 | 1000011 | 10001010 | 110 | 11111 |
Color Harmonies of #49534C
Complementary color
Monochromatic Colors of #49534C
Black with #49534C
Text Example
Text Example
White with #49534C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49534C; }
p { color: rgb(73,83,76); }
H1.HeaderClassName
{
color: #49534C;
}
.AnyTagClassName
{
color: #49534C;
}
</style>
background-color css
<style>
a { background-color: #49534C; }
a { background-color: rgb(73,83,76); }
div.DivClassName
{
background-color: #49534C;
}
.BgClassName
{
background-color: #49534C;
}
</style>
border-color css
<style>
span { border-color: #49534C; }
span { border-color: rgb(73,83,76); }
td.TdClassName
{
border-color: #49534C;
}
.TagClassName
{
border-color: #49534C;
}
</style>