Shades of Army green #535114
Tints of Army green #535114
RGB
CMYK
RGB Variations
Color information
#535114 (or 0x535114) is known color: Army green. HEX triplet: 53, 51 and 14. RGB value is (83,81,20). Sum of RGB (Red+Green+Blue) = 83+81+20=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 81 (32.03% from 255 or 44.02% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 83 - color contains mainly: red. Hex color #535114 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535114 is #ACAEEB. Grayscale: #4A4A4A. Windows color (decimal): -11316972 or 1331539. OLE color: 1331539.
HSL color Cylindrical-coordinate representation of color #535114: hue angle of 58.1º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #535114 is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 81 | 20 | - |
| CMYK | 0 | 0.02 | 0.76 | 0.67 |
| HSL | 58.1º | 0.61% | 0.2% | - |
| HSV(B) | 58.1º | 0.76% | 0.33% | - |
| XYZ | 6.64 | 7.77 | 1.81 | - |
| YUV | 74.64 | 97.16 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 81 | 20 | 0 | 0.02 | 0.76 | 0.67 | 58.1 | 0.61 | 0.2 |
| Hex | 53 | 51 | 14 | 0 | 2 | 4C | 43 | 3A | 3D | 14 |
| Octal | 123 | 121 | 24 | 0 | 2 | 114 | 103 | 72 | 75 | 24 |
| Binary | 1010011 | 1010001 | 10100 | 0 | 10 | 1001100 | 1000011 | 111010 | 111101 | 10100 |
Color Harmonies of #535114
Complementary color
Monochromatic Colors of #535114
Black with #535114
Text Example
Text Example
White with #535114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535114; }
p { color: rgb(83,81,20); }
H1.HeaderClassName
{
color: #535114;
}
.AnyTagClassName
{
color: #535114;
}
</style>
background-color css
<style>
a { background-color: #535114; }
a { background-color: rgb(83,81,20); }
div.DivClassName
{
background-color: #535114;
}
.BgClassName
{
background-color: #535114;
}
</style>
border-color css
<style>
span { border-color: #535114; }
span { border-color: rgb(83,81,20); }
td.TdClassName
{
border-color: #535114;
}
.TagClassName
{
border-color: #535114;
}
</style>