Shades of Camouflage #494834
Tints of Camouflage #494834
RGB
CMYK
RGB Variations
Color information
#494834 (or 0x494834) is known color: Camouflage. HEX triplet: 49, 48 and 34. RGB value is (73,72,52). Sum of RGB (Red+Green+Blue) = 73+72+52=197 (26% of max value = 765). Red value is 73 (28.91% from 255 or 37.06% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 52 (20.70% from 255 or 26.40% from 197); Max value from RGB is 73 - color contains mainly: red. Hex color #494834 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494834 is #B6B7CB. Grayscale: #464646. Windows color (decimal): -11974604 or 3426377. OLE color: 3426377.
HSL color Cylindrical-coordinate representation of color #494834: hue angle of 57.14º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #494834 is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 72 | 52 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.71 |
| HSL | 57.14º | 0.17% | 0.25% | - |
| HSV(B) | 57.14º | 0.29% | 0.29% | - |
| XYZ | 5.68 | 6.3 | 4.17 | - |
| YUV | 70.02 | 117.83 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 72 | 52 | 0 | 0.01 | 0.29 | 0.71 | 57.14 | 0.17 | 0.25 |
| Hex | 49 | 48 | 34 | 0 | 1 | 1D | 47 | 39 | 11 | 19 |
| Octal | 111 | 110 | 64 | 0 | 1 | 35 | 107 | 71 | 21 | 31 |
| Binary | 1001001 | 1001000 | 110100 | 0 | 1 | 11101 | 1000111 | 111001 | 10001 | 11001 |
Color Harmonies of #494834
Complementary color
Monochromatic Colors of #494834
Black with #494834
Text Example
Text Example
White with #494834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494834; }
p { color: rgb(73,72,52); }
H1.HeaderClassName
{
color: #494834;
}
.AnyTagClassName
{
color: #494834;
}
</style>
background-color css
<style>
a { background-color: #494834; }
a { background-color: rgb(73,72,52); }
div.DivClassName
{
background-color: #494834;
}
.BgClassName
{
background-color: #494834;
}
</style>
border-color css
<style>
span { border-color: #494834; }
span { border-color: rgb(73,72,52); }
td.TdClassName
{
border-color: #494834;
}
.TagClassName
{
border-color: #494834;
}
</style>