Shades of Army green #505726
Tints of Army green #505726
RGB
CMYK
RGB Variations
Color information
#505726 (or 0x505726) is known color: Army green. HEX triplet: 50, 57 and 26. RGB value is (80,87,38). Sum of RGB (Red+Green+Blue) = 80+87+38=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 87 (34.38% from 255 or 42.44% from 205); Blue value is 38 (15.23% from 255 or 18.54% from 205); Max value from RGB is 87 - color contains mainly: green. Hex color #505726 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505726 is #AFA8D9. Grayscale: #4F4F4F. Windows color (decimal): -11512026 or 2512720. OLE color: 2512720.
HSL color Cylindrical-coordinate representation of color #505726: hue angle of 68.57º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #505726 is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 80 | 87 | 38 | - |
| CMYK | 0.08 | 0 | 0.56 | 0.66 |
| HSL | 68.57º | 0.39% | 0.25% | - |
| HSV(B) | 68.57º | 0.56% | 0.34% | - |
| XYZ | 7.07 | 8.66 | 3.13 | - |
| YUV | 79.32 | 104.68 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 87 | 38 | 0.08 | 0 | 0.56 | 0.66 | 68.57 | 0.39 | 0.25 |
| Hex | 50 | 57 | 26 | 8 | 0 | 38 | 42 | 45 | 27 | 19 |
| Octal | 120 | 127 | 46 | 10 | 0 | 70 | 102 | 105 | 47 | 31 |
| Binary | 1010000 | 1010111 | 100110 | 1000 | 0 | 111000 | 1000010 | 1000101 | 100111 | 11001 |
Color Harmonies of #505726
Complementary color
Monochromatic Colors of #505726
Black with #505726
Text Example
Text Example
White with #505726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505726; }
p { color: rgb(80,87,38); }
H1.HeaderClassName
{
color: #505726;
}
.AnyTagClassName
{
color: #505726;
}
</style>
background-color css
<style>
a { background-color: #505726; }
a { background-color: rgb(80,87,38); }
div.DivClassName
{
background-color: #505726;
}
.BgClassName
{
background-color: #505726;
}
</style>
border-color css
<style>
span { border-color: #505726; }
span { border-color: rgb(80,87,38); }
td.TdClassName
{
border-color: #505726;
}
.TagClassName
{
border-color: #505726;
}
</style>