Shades of Camouflage #515130
Tints of Camouflage #515130
RGB
CMYK
RGB Variations
Color information
#515130 (or 0x515130) is known color: Camouflage. HEX triplet: 51, 51 and 30. RGB value is (81,81,48). Sum of RGB (Red+Green+Blue) = 81+81+48=210 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.57% from 210); Green value is 81 (32.03% from 255 or 38.57% from 210); Blue value is 48 (19.14% from 255 or 22.86% from 210); Max value from RGB is 81 - color contains mainly: red, green. Hex color #515130 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515130 is #AEAECF. Grayscale: #4D4D4D. Windows color (decimal): -11448016 or 3166545. OLE color: 3166545.
HSL color Cylindrical-coordinate representation of color #515130: hue angle of 60º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #515130 is Cyan = 0, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 81 | 48 | - |
| CMYK | 0 | 0 | 0.41 | 0.68 |
| HSL | 60º | 0.26% | 0.25% | - |
| HSV(B) | 60º | 0.41% | 0.32% | - |
| XYZ | 6.87 | 7.85 | 3.95 | - |
| YUV | 77.24 | 111.5 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 81 | 48 | 0 | 0 | 0.41 | 0.68 | 60 | 0.26 | 0.25 |
| Hex | 51 | 51 | 30 | 0 | 0 | 29 | 44 | 3C | 1A | 19 |
| Octal | 121 | 121 | 60 | 0 | 0 | 51 | 104 | 74 | 32 | 31 |
| Binary | 1010001 | 1010001 | 110000 | 0 | 0 | 101001 | 1000100 | 111100 | 11010 | 11001 |
Color Harmonies of #515130
Complementary color
Monochromatic Colors of #515130
Black with #515130
Text Example
Text Example
White with #515130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515130; }
p { color: rgb(81,81,48); }
H1.HeaderClassName
{
color: #515130;
}
.AnyTagClassName
{
color: #515130;
}
</style>
background-color css
<style>
a { background-color: #515130; }
a { background-color: rgb(81,81,48); }
div.DivClassName
{
background-color: #515130;
}
.BgClassName
{
background-color: #515130;
}
</style>
border-color css
<style>
span { border-color: #515130; }
span { border-color: rgb(81,81,48); }
td.TdClassName
{
border-color: #515130;
}
.TagClassName
{
border-color: #515130;
}
</style>