Shades of Army green #515324
Tints of Army green #515324
RGB
CMYK
RGB Variations
Color information
#515324 (or 0x515324) is known color: Army green. HEX triplet: 51, 53 and 24. RGB value is (81,83,36). Sum of RGB (Red+Green+Blue) = 81+83+36=200 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.5% from 200); Green value is 83 (32.81% from 255 or 41.5% from 200); Blue value is 36 (14.45% from 255 or 18% from 200); Max value from RGB is 83 - color contains mainly: green. Hex color #515324 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515324 is #AEACDB. Grayscale: #4D4D4D. Windows color (decimal): -11447516 or 2380625. OLE color: 2380625.
HSL color Cylindrical-coordinate representation of color #515324: hue angle of 62.55º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #515324 is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 83 | 36 | - |
| CMYK | 0.02 | 0 | 0.57 | 0.67 |
| HSL | 62.55º | 0.39% | 0.23% | - |
| HSV(B) | 62.55º | 0.57% | 0.33% | - |
| XYZ | 6.81 | 8.06 | 2.87 | - |
| YUV | 77.04 | 104.84 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 83 | 36 | 0.02 | 0 | 0.57 | 0.67 | 62.55 | 0.39 | 0.23 |
| Hex | 51 | 53 | 24 | 2 | 0 | 39 | 43 | 3F | 27 | 17 |
| Octal | 121 | 123 | 44 | 2 | 0 | 71 | 103 | 77 | 47 | 27 |
| Binary | 1010001 | 1010011 | 100100 | 10 | 0 | 111001 | 1000011 | 111111 | 100111 | 10111 |
Color Harmonies of #515324
Complementary color
Monochromatic Colors of #515324
Black with #515324
Text Example
Text Example
White with #515324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515324; }
p { color: rgb(81,83,36); }
H1.HeaderClassName
{
color: #515324;
}
.AnyTagClassName
{
color: #515324;
}
</style>
background-color css
<style>
a { background-color: #515324; }
a { background-color: rgb(81,83,36); }
div.DivClassName
{
background-color: #515324;
}
.BgClassName
{
background-color: #515324;
}
</style>
border-color css
<style>
span { border-color: #515324; }
span { border-color: rgb(81,83,36); }
td.TdClassName
{
border-color: #515324;
}
.TagClassName
{
border-color: #515324;
}
</style>