Shades of Camouflage #555232
Tints of Camouflage #555232
RGB
CMYK
RGB Variations
Color information
#555232 (or 0x555232) is known color: Camouflage. HEX triplet: 55, 52 and 32. RGB value is (85,82,50). Sum of RGB (Red+Green+Blue) = 85+82+50=217 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.17% from 217); Green value is 82 (32.42% from 255 or 37.79% from 217); Blue value is 50 (19.92% from 255 or 23.04% from 217); Max value from RGB is 85 - color contains mainly: red. Hex color #555232 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555232 is #AAADCD. Grayscale: #4F4F4F. Windows color (decimal): -11185614 or 3297877. OLE color: 3297877.
HSL color Cylindrical-coordinate representation of color #555232: hue angle of 54.86º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #555232 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 82 | 50 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.67 |
| HSL | 54.86º | 0.26% | 0.26% | - |
| HSV(B) | 54.86º | 0.41% | 0.33% | - |
| XYZ | 7.34 | 8.2 | 4.21 | - |
| YUV | 79.25 | 111.49 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 82 | 50 | 0 | 0.04 | 0.41 | 0.67 | 54.86 | 0.26 | 0.26 |
| Hex | 55 | 52 | 32 | 0 | 4 | 29 | 43 | 37 | 1A | 1A |
| Octal | 125 | 122 | 62 | 0 | 4 | 51 | 103 | 67 | 32 | 32 |
| Binary | 1010101 | 1010010 | 110010 | 0 | 100 | 101001 | 1000011 | 110111 | 11010 | 11010 |
Color Harmonies of #555232
Complementary color
Monochromatic Colors of #555232
Black with #555232
Text Example
Text Example
White with #555232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555232; }
p { color: rgb(85,82,50); }
H1.HeaderClassName
{
color: #555232;
}
.AnyTagClassName
{
color: #555232;
}
</style>
background-color css
<style>
a { background-color: #555232; }
a { background-color: rgb(85,82,50); }
div.DivClassName
{
background-color: #555232;
}
.BgClassName
{
background-color: #555232;
}
</style>
border-color css
<style>
span { border-color: #555232; }
span { border-color: rgb(85,82,50); }
td.TdClassName
{
border-color: #555232;
}
.TagClassName
{
border-color: #555232;
}
</style>