Shades of Camouflage #494826
Tints of Camouflage #494826
RGB
CMYK
RGB Variations
Color information
#494826 (or 0x494826) is known color: Camouflage. HEX triplet: 49, 48 and 26. RGB value is (73,72,38). Sum of RGB (Red+Green+Blue) = 73+72+38=183 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.89% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 38 (15.23% from 255 or 20.77% from 183); Max value from RGB is 73 - color contains mainly: red. Hex color #494826 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494826 is #B6B7D9. Grayscale: #444444. Windows color (decimal): -11974618 or 2508873. OLE color: 2508873.
HSL color Cylindrical-coordinate representation of color #494826: hue angle of 58.29º 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 #494826 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 72 | 38 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.71 |
| HSL | 58.29º | 0.32% | 0.22% | - |
| HSV(B) | 58.29º | 0.48% | 0.29% | - |
| XYZ | 5.41 | 6.19 | 2.74 | - |
| YUV | 68.42 | 110.83 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 72 | 38 | 0 | 0.01 | 0.48 | 0.71 | 58.29 | 0.32 | 0.22 |
| Hex | 49 | 48 | 26 | 0 | 1 | 30 | 47 | 3A | 20 | 16 |
| Octal | 111 | 110 | 46 | 0 | 1 | 60 | 107 | 72 | 40 | 26 |
| Binary | 1001001 | 1001000 | 100110 | 0 | 1 | 110000 | 1000111 | 111010 | 100000 | 10110 |
Color Harmonies of #494826
Complementary color
Monochromatic Colors of #494826
Black with #494826
Text Example
Text Example
White with #494826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494826; }
p { color: rgb(73,72,38); }
H1.HeaderClassName
{
color: #494826;
}
.AnyTagClassName
{
color: #494826;
}
</style>
background-color css
<style>
a { background-color: #494826; }
a { background-color: rgb(73,72,38); }
div.DivClassName
{
background-color: #494826;
}
.BgClassName
{
background-color: #494826;
}
</style>
border-color css
<style>
span { border-color: #494826; }
span { border-color: rgb(73,72,38); }
td.TdClassName
{
border-color: #494826;
}
.TagClassName
{
border-color: #494826;
}
</style>