Shades of Camouflage #50502F
Tints of Camouflage #50502F
RGB
CMYK
RGB Variations
Color information
#50502F (or 0x50502F) is known color: Camouflage. HEX triplet: 50, 50 and 2F. RGB value is (80,80,47). Sum of RGB (Red+Green+Blue) = 80+80+47=207 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.65% from 207); Green value is 80 (31.64% from 255 or 38.65% from 207); Blue value is 47 (18.75% from 255 or 22.71% from 207); Max value from RGB is 80 - color contains mainly: red, green. Hex color #50502F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50502F is #AFAFD0. Grayscale: #4C4C4C. Windows color (decimal): -11513809 or 3100752. OLE color: 3100752.
HSL color Cylindrical-coordinate representation of color #50502F: hue angle of 60º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #50502F is Cyan = 0, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 80 | 47 | - |
| CMYK | 0 | 0 | 0.41 | 0.69 |
| HSL | 60º | 0.26% | 0.25% | - |
| HSV(B) | 60º | 0.41% | 0.31% | - |
| XYZ | 6.69 | 7.65 | 3.81 | - |
| YUV | 76.24 | 111.5 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 80 | 47 | 0 | 0 | 0.41 | 0.69 | 60 | 0.26 | 0.25 |
| Hex | 50 | 50 | 2F | 0 | 0 | 29 | 45 | 3C | 1A | 19 |
| Octal | 120 | 120 | 57 | 0 | 0 | 51 | 105 | 74 | 32 | 31 |
| Binary | 1010000 | 1010000 | 101111 | 0 | 0 | 101001 | 1000101 | 111100 | 11010 | 11001 |
Color Harmonies of #50502F
Complementary color
Monochromatic Colors of #50502F
Black with #50502F
Text Example
Text Example
White with #50502F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50502F; }
p { color: rgb(80,80,47); }
H1.HeaderClassName
{
color: #50502F;
}
.AnyTagClassName
{
color: #50502F;
}
</style>
background-color css
<style>
a { background-color: #50502F; }
a { background-color: rgb(80,80,47); }
div.DivClassName
{
background-color: #50502F;
}
.BgClassName
{
background-color: #50502F;
}
</style>
border-color css
<style>
span { border-color: #50502F; }
span { border-color: rgb(80,80,47); }
td.TdClassName
{
border-color: #50502F;
}
.TagClassName
{
border-color: #50502F;
}
</style>