Shades of Camouflage #555228
Tints of Camouflage #555228
RGB
CMYK
RGB Variations
Color information
#555228 (or 0x555228) is known color: Camouflage. HEX triplet: 55, 52 and 28. RGB value is (85,82,40). Sum of RGB (Red+Green+Blue) = 85+82+40=207 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.06% from 207); Green value is 82 (32.42% from 255 or 39.61% from 207); Blue value is 40 (16.02% from 255 or 19.32% from 207); Max value from RGB is 85 - color contains mainly: red. Hex color #555228 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555228 is #AAADD7. Grayscale: #4E4E4E. Windows color (decimal): -11185624 or 2642517. OLE color: 2642517.
HSL color Cylindrical-coordinate representation of color #555228: hue angle of 56º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #555228 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 82 | 40 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.67 |
| HSL | 56º | 0.36% | 0.25% | - |
| HSV(B) | 56º | 0.53% | 0.33% | - |
| XYZ | 7.15 | 8.12 | 3.2 | - |
| YUV | 78.11 | 106.49 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 82 | 40 | 0 | 0.04 | 0.53 | 0.67 | 56 | 0.36 | 0.25 |
| Hex | 55 | 52 | 28 | 0 | 4 | 35 | 43 | 38 | 24 | 19 |
| Octal | 125 | 122 | 50 | 0 | 4 | 65 | 103 | 70 | 44 | 31 |
| Binary | 1010101 | 1010010 | 101000 | 0 | 100 | 110101 | 1000011 | 111000 | 100100 | 11001 |
Color Harmonies of #555228
Complementary color
Monochromatic Colors of #555228
Black with #555228
Text Example
Text Example
White with #555228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555228; }
p { color: rgb(85,82,40); }
H1.HeaderClassName
{
color: #555228;
}
.AnyTagClassName
{
color: #555228;
}
</style>
background-color css
<style>
a { background-color: #555228; }
a { background-color: rgb(85,82,40); }
div.DivClassName
{
background-color: #555228;
}
.BgClassName
{
background-color: #555228;
}
</style>
border-color css
<style>
span { border-color: #555228; }
span { border-color: rgb(85,82,40); }
td.TdClassName
{
border-color: #555228;
}
.TagClassName
{
border-color: #555228;
}
</style>