Shades of Camouflage #494726
Tints of Camouflage #494726
RGB
CMYK
RGB Variations
Color information
#494726 (or 0x494726) is known color: Camouflage. HEX triplet: 49, 47 and 26. RGB value is (73,71,38). Sum of RGB (Red+Green+Blue) = 73+71+38=182 (24% of max value = 765). Red value is 73 (28.91% from 255 or 40.11% from 182); Green value is 71 (28.12% from 255 or 39.01% from 182); Blue value is 38 (15.23% from 255 or 20.88% from 182); Max value from RGB is 73 - color contains mainly: red. Hex color #494726 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494726 is #B6B8D9. Grayscale: #434343. Windows color (decimal): -11974874 or 2508617. OLE color: 2508617.
HSL color Cylindrical-coordinate representation of color #494726: hue angle of 56.57º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #494726 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 71 | 38 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.71 |
| HSL | 56.57º | 0.32% | 0.22% | - |
| HSV(B) | 56.57º | 0.48% | 0.29% | - |
| XYZ | 5.35 | 6.06 | 2.72 | - |
| YUV | 67.84 | 111.16 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 71 | 38 | 0 | 0.03 | 0.48 | 0.71 | 56.57 | 0.32 | 0.22 |
| Hex | 49 | 47 | 26 | 0 | 3 | 30 | 47 | 39 | 20 | 16 |
| Octal | 111 | 107 | 46 | 0 | 3 | 60 | 107 | 71 | 40 | 26 |
| Binary | 1001001 | 1000111 | 100110 | 0 | 11 | 110000 | 1000111 | 111001 | 100000 | 10110 |
Color Harmonies of #494726
Complementary color
Monochromatic Colors of #494726
Black with #494726
Text Example
Text Example
White with #494726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494726; }
p { color: rgb(73,71,38); }
H1.HeaderClassName
{
color: #494726;
}
.AnyTagClassName
{
color: #494726;
}
</style>
background-color css
<style>
a { background-color: #494726; }
a { background-color: rgb(73,71,38); }
div.DivClassName
{
background-color: #494726;
}
.BgClassName
{
background-color: #494726;
}
</style>
border-color css
<style>
span { border-color: #494726; }
span { border-color: rgb(73,71,38); }
td.TdClassName
{
border-color: #494726;
}
.TagClassName
{
border-color: #494726;
}
</style>