Shades of Army green #535115
Tints of Army green #535115
RGB
CMYK
RGB Variations
Color information
#535115 (or 0x535115) is known color: Army green. HEX triplet: 53, 51 and 15. RGB value is (83,81,21). Sum of RGB (Red+Green+Blue) = 83+81+21=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 81 (32.03% from 255 or 43.78% from 185); Blue value is 21 (8.59% from 255 or 11.35% from 185); Max value from RGB is 83 - color contains mainly: red. Hex color #535115 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535115 is #ACAEEA. Grayscale: #4B4B4B. Windows color (decimal): -11316971 or 1397075. OLE color: 1397075.
HSL color Cylindrical-coordinate representation of color #535115: hue angle of 58.06º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #535115 is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 81 | 21 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.67 |
| HSL | 58.06º | 0.6% | 0.2% | - |
| HSV(B) | 58.06º | 0.75% | 0.33% | - |
| XYZ | 6.65 | 7.78 | 1.86 | - |
| YUV | 74.76 | 97.66 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 81 | 21 | 0 | 0.02 | 0.75 | 0.67 | 58.06 | 0.6 | 0.2 |
| Hex | 53 | 51 | 15 | 0 | 2 | 4B | 43 | 3A | 3C | 14 |
| Octal | 123 | 121 | 25 | 0 | 2 | 113 | 103 | 72 | 74 | 24 |
| Binary | 1010011 | 1010001 | 10101 | 0 | 10 | 1001011 | 1000011 | 111010 | 111100 | 10100 |
Color Harmonies of #535115
Complementary color
Monochromatic Colors of #535115
Black with #535115
Text Example
Text Example
White with #535115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535115; }
p { color: rgb(83,81,21); }
H1.HeaderClassName
{
color: #535115;
}
.AnyTagClassName
{
color: #535115;
}
</style>
background-color css
<style>
a { background-color: #535115; }
a { background-color: rgb(83,81,21); }
div.DivClassName
{
background-color: #535115;
}
.BgClassName
{
background-color: #535115;
}
</style>
border-color css
<style>
span { border-color: #535115; }
span { border-color: rgb(83,81,21); }
td.TdClassName
{
border-color: #535115;
}
.TagClassName
{
border-color: #535115;
}
</style>