Shades of Camouflage #474631
Tints of Camouflage #474631
RGB
CMYK
RGB Variations
Color information
#474631 (or 0x474631) is known color: Camouflage. HEX triplet: 47, 46 and 31. RGB value is (71,70,49). Sum of RGB (Red+Green+Blue) = 71+70+49=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 49 (19.53% from 255 or 25.79% from 190); Max value from RGB is 71 - color contains mainly: red. Hex color #474631 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474631 is #B8B9CE. Grayscale: #434343. Windows color (decimal): -12106191 or 3229255. OLE color: 3229255.
HSL color Cylindrical-coordinate representation of color #474631: hue angle of 57.27º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #474631 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 70 | 49 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.72 |
| HSL | 57.27º | 0.18% | 0.24% | - |
| HSV(B) | 57.27º | 0.31% | 0.28% | - |
| XYZ | 5.34 | 5.94 | 3.77 | - |
| YUV | 67.91 | 117.33 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 70 | 49 | 0 | 0.01 | 0.31 | 0.72 | 57.27 | 0.18 | 0.24 |
| Hex | 47 | 46 | 31 | 0 | 1 | 1F | 48 | 39 | 12 | 18 |
| Octal | 107 | 106 | 61 | 0 | 1 | 37 | 110 | 71 | 22 | 30 |
| Binary | 1000111 | 1000110 | 110001 | 0 | 1 | 11111 | 1001000 | 111001 | 10010 | 11000 |
Color Harmonies of #474631
Complementary color
Monochromatic Colors of #474631
Black with #474631
Text Example
Text Example
White with #474631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474631; }
p { color: rgb(71,70,49); }
H1.HeaderClassName
{
color: #474631;
}
.AnyTagClassName
{
color: #474631;
}
</style>
background-color css
<style>
a { background-color: #474631; }
a { background-color: rgb(71,70,49); }
div.DivClassName
{
background-color: #474631;
}
.BgClassName
{
background-color: #474631;
}
</style>
border-color css
<style>
span { border-color: #474631; }
span { border-color: rgb(71,70,49); }
td.TdClassName
{
border-color: #474631;
}
.TagClassName
{
border-color: #474631;
}
</style>