Shades of Camouflage #494839
Tints of Camouflage #494839
RGB
CMYK
RGB Variations
Color information
#494839 (or 0x494839) is known color: Camouflage. HEX triplet: 49, 48 and 39. RGB value is (73,72,57). Sum of RGB (Red+Green+Blue) = 73+72+57=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 72 (28.52% from 255 or 35.64% from 202); Blue value is 57 (22.66% from 255 or 28.22% from 202); Max value from RGB is 73 - color contains mainly: red. Hex color #494839 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494839 is #B6B7C6. Grayscale: #464646. Windows color (decimal): -11974599 or 3754057. OLE color: 3754057.
HSL color Cylindrical-coordinate representation of color #494839: hue angle of 56.25º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #494839 is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 72 | 57 | - |
| CMYK | 0 | 0.01 | 0.22 | 0.71 |
| HSL | 56.25º | 0.12% | 0.25% | - |
| HSV(B) | 56.25º | 0.22% | 0.29% | - |
| XYZ | 5.8 | 6.35 | 4.79 | - |
| YUV | 70.59 | 120.33 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 72 | 57 | 0 | 0.01 | 0.22 | 0.71 | 56.25 | 0.12 | 0.25 |
| Hex | 49 | 48 | 39 | 0 | 1 | 16 | 47 | 38 | C | 19 |
| Octal | 111 | 110 | 71 | 0 | 1 | 26 | 107 | 70 | 14 | 31 |
| Binary | 1001001 | 1001000 | 111001 | 0 | 1 | 10110 | 1000111 | 111000 | 1100 | 11001 |
Color Harmonies of #494839
Complementary color
Monochromatic Colors of #494839
Black with #494839
Text Example
Text Example
White with #494839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494839; }
p { color: rgb(73,72,57); }
H1.HeaderClassName
{
color: #494839;
}
.AnyTagClassName
{
color: #494839;
}
</style>
background-color css
<style>
a { background-color: #494839; }
a { background-color: rgb(73,72,57); }
div.DivClassName
{
background-color: #494839;
}
.BgClassName
{
background-color: #494839;
}
</style>
border-color css
<style>
span { border-color: #494839; }
span { border-color: rgb(73,72,57); }
td.TdClassName
{
border-color: #494839;
}
.TagClassName
{
border-color: #494839;
}
</style>