Shades of Army green #515D1B
Tints of Army green #515D1B
RGB
CMYK
RGB Variations
Color information
#515D1B (or 0x515D1B) is known color: Army green. HEX triplet: 51, 5D and 1B. RGB value is (81,93,27). Sum of RGB (Red+Green+Blue) = 81+93+27=201 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.30% from 201); Green value is 93 (36.72% from 255 or 46.27% from 201); Blue value is 27 (10.94% from 255 or 13.43% from 201); Max value from RGB is 93 - color contains mainly: green. Hex color #515D1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515D1B is #AEA2E4. Grayscale: #525252. Windows color (decimal): -11444965 or 1793361. OLE color: 1793361.
HSL color Cylindrical-coordinate representation of color #515D1B: hue angle of 70.91º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #515D1B is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 93 | 27 | - |
| CMYK | 0.13 | 0 | 0.71 | 0.64 |
| HSL | 70.91º | 0.55% | 0.24% | - |
| HSV(B) | 70.91º | 0.71% | 0.36% | - |
| XYZ | 7.51 | 9.66 | 2.51 | - |
| YUV | 81.89 | 97.02 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 93 | 27 | 0.13 | 0 | 0.71 | 0.64 | 70.91 | 0.55 | 0.24 |
| Hex | 51 | 5D | 1B | D | 0 | 47 | 40 | 47 | 37 | 18 |
| Octal | 121 | 135 | 33 | 15 | 0 | 107 | 100 | 107 | 67 | 30 |
| Binary | 1010001 | 1011101 | 11011 | 1101 | 0 | 1000111 | 1000000 | 1000111 | 110111 | 11000 |
Color Harmonies of #515D1B
Complementary color
Monochromatic Colors of #515D1B
Black with #515D1B
Text Example
Text Example
White with #515D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515D1B; }
p { color: rgb(81,93,27); }
H1.HeaderClassName
{
color: #515D1B;
}
.AnyTagClassName
{
color: #515D1B;
}
</style>
background-color css
<style>
a { background-color: #515D1B; }
a { background-color: rgb(81,93,27); }
div.DivClassName
{
background-color: #515D1B;
}
.BgClassName
{
background-color: #515D1B;
}
</style>
border-color css
<style>
span { border-color: #515D1B; }
span { border-color: rgb(81,93,27); }
td.TdClassName
{
border-color: #515D1B;
}
.TagClassName
{
border-color: #515D1B;
}
</style>