Shades of Camouflage #555429
Tints of Camouflage #555429
RGB
CMYK
RGB Variations
Color information
#555429 (or 0x555429) is known color: Camouflage. HEX triplet: 55, 54 and 29. RGB value is (85,84,41). Sum of RGB (Red+Green+Blue) = 85+84+41=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 84 (33.20% from 255 or 40% from 210); Blue value is 41 (16.41% from 255 or 19.52% from 210); Max value from RGB is 85 - color contains mainly: red. Hex color #555429 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555429 is #AAABD6. Grayscale: #4F4F4F. Windows color (decimal): -11185111 or 2708565. OLE color: 2708565.
HSL color Cylindrical-coordinate representation of color #555429: hue angle of 58.64º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #555429 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 84 | 41 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.67 |
| HSL | 58.64º | 0.35% | 0.25% | - |
| HSV(B) | 58.64º | 0.52% | 0.33% | - |
| XYZ | 7.32 | 8.43 | 3.34 | - |
| YUV | 79.4 | 106.33 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 84 | 41 | 0 | 0.01 | 0.52 | 0.67 | 58.64 | 0.35 | 0.25 |
| Hex | 55 | 54 | 29 | 0 | 1 | 34 | 43 | 3B | 23 | 19 |
| Octal | 125 | 124 | 51 | 0 | 1 | 64 | 103 | 73 | 43 | 31 |
| Binary | 1010101 | 1010100 | 101001 | 0 | 1 | 110100 | 1000011 | 111011 | 100011 | 11001 |
Color Harmonies of #555429
Complementary color
Monochromatic Colors of #555429
Black with #555429
Text Example
Text Example
White with #555429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555429; }
p { color: rgb(85,84,41); }
H1.HeaderClassName
{
color: #555429;
}
.AnyTagClassName
{
color: #555429;
}
</style>
background-color css
<style>
a { background-color: #555429; }
a { background-color: rgb(85,84,41); }
div.DivClassName
{
background-color: #555429;
}
.BgClassName
{
background-color: #555429;
}
</style>
border-color css
<style>
span { border-color: #555429; }
span { border-color: rgb(85,84,41); }
td.TdClassName
{
border-color: #555429;
}
.TagClassName
{
border-color: #555429;
}
</style>