Shades of Camouflage #515036
Tints of Camouflage #515036
RGB
CMYK
RGB Variations
Color information
#515036 (or 0x515036) is known color: Camouflage. HEX triplet: 51, 50 and 36. RGB value is (81,80,54). Sum of RGB (Red+Green+Blue) = 81+80+54=215 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.67% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 54 (21.48% from 255 or 25.12% from 215); Max value from RGB is 81 - color contains mainly: red. Hex color #515036 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515036 is #AEAFC9. Grayscale: #4D4D4D. Windows color (decimal): -11448266 or 3559505. OLE color: 3559505.
HSL color Cylindrical-coordinate representation of color #515036: hue angle of 57.78º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #515036 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 80 | 54 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.68 |
| HSL | 57.78º | 0.2% | 0.26% | - |
| HSV(B) | 57.78º | 0.33% | 0.32% | - |
| XYZ | 6.93 | 7.75 | 4.62 | - |
| YUV | 77.34 | 114.83 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 80 | 54 | 0 | 0.01 | 0.33 | 0.68 | 57.78 | 0.2 | 0.26 |
| Hex | 51 | 50 | 36 | 0 | 1 | 21 | 44 | 3A | 14 | 1A |
| Octal | 121 | 120 | 66 | 0 | 1 | 41 | 104 | 72 | 24 | 32 |
| Binary | 1010001 | 1010000 | 110110 | 0 | 1 | 100001 | 1000100 | 111010 | 10100 | 11010 |
Color Harmonies of #515036
Complementary color
Monochromatic Colors of #515036
Black with #515036
Text Example
Text Example
White with #515036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515036; }
p { color: rgb(81,80,54); }
H1.HeaderClassName
{
color: #515036;
}
.AnyTagClassName
{
color: #515036;
}
</style>
background-color css
<style>
a { background-color: #515036; }
a { background-color: rgb(81,80,54); }
div.DivClassName
{
background-color: #515036;
}
.BgClassName
{
background-color: #515036;
}
</style>
border-color css
<style>
span { border-color: #515036; }
span { border-color: rgb(81,80,54); }
td.TdClassName
{
border-color: #515036;
}
.TagClassName
{
border-color: #515036;
}
</style>