Shades of Army green #535213
Tints of Army green #535213
RGB
CMYK
RGB Variations
Color information
#535213 (or 0x535213) is known color: Army green. HEX triplet: 53, 52 and 13. RGB value is (83,82,19). Sum of RGB (Red+Green+Blue) = 83+82+19=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 82 (32.42% from 255 or 44.57% from 184); Blue value is 19 (7.81% from 255 or 10.33% from 184); Max value from RGB is 83 - color contains mainly: red. Hex color #535213 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535213 is #ACADEC. Grayscale: #4B4B4B. Windows color (decimal): -11316717 or 1266259. OLE color: 1266259.
HSL color Cylindrical-coordinate representation of color #535213: hue angle of 59.06º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #535213 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 82 | 19 | - |
| CMYK | 0 | 0.01 | 0.77 | 0.67 |
| HSL | 59.06º | 0.63% | 0.2% | - |
| HSV(B) | 59.06º | 0.77% | 0.33% | - |
| XYZ | 6.7 | 7.92 | 1.79 | - |
| YUV | 75.12 | 96.33 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 82 | 19 | 0 | 0.01 | 0.77 | 0.67 | 59.06 | 0.63 | 0.2 |
| Hex | 53 | 52 | 13 | 0 | 1 | 4D | 43 | 3B | 3F | 14 |
| Octal | 123 | 122 | 23 | 0 | 1 | 115 | 103 | 73 | 77 | 24 |
| Binary | 1010011 | 1010010 | 10011 | 0 | 1 | 1001101 | 1000011 | 111011 | 111111 | 10100 |
Color Harmonies of #535213
Complementary color
Monochromatic Colors of #535213
Black with #535213
Text Example
Text Example
White with #535213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535213; }
p { color: rgb(83,82,19); }
H1.HeaderClassName
{
color: #535213;
}
.AnyTagClassName
{
color: #535213;
}
</style>
background-color css
<style>
a { background-color: #535213; }
a { background-color: rgb(83,82,19); }
div.DivClassName
{
background-color: #535213;
}
.BgClassName
{
background-color: #535213;
}
</style>
border-color css
<style>
span { border-color: #535213; }
span { border-color: rgb(83,82,19); }
td.TdClassName
{
border-color: #535213;
}
.TagClassName
{
border-color: #535213;
}
</style>