Shades of Army green #535413
Tints of Army green #535413
RGB
CMYK
RGB Variations
Color information
#535413 (or 0x535413) is known color: Army green. HEX triplet: 53, 54 and 13. RGB value is (83,84,19). Sum of RGB (Red+Green+Blue) = 83+84+19=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 84 (33.20% from 255 or 45.16% from 186); Blue value is 19 (7.81% from 255 or 10.22% from 186); Max value from RGB is 84 - color contains mainly: green. Hex color #535413 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535413 is #ACABEC. Grayscale: #4C4C4C. Windows color (decimal): -11316205 or 1266771. OLE color: 1266771.
HSL color Cylindrical-coordinate representation of color #535413: hue angle of 60.92º 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 #535413 is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 84 | 19 | - |
| CMYK | 0.01 | 0 | 0.77 | 0.67 |
| HSL | 60.92º | 0.63% | 0.2% | - |
| HSV(B) | 60.92º | 0.77% | 0.33% | - |
| XYZ | 6.86 | 8.23 | 1.84 | - |
| YUV | 76.29 | 95.67 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 84 | 19 | 0.01 | 0 | 0.77 | 0.67 | 60.92 | 0.63 | 0.2 |
| Hex | 53 | 54 | 13 | 1 | 0 | 4D | 43 | 3D | 3F | 14 |
| Octal | 123 | 124 | 23 | 1 | 0 | 115 | 103 | 75 | 77 | 24 |
| Binary | 1010011 | 1010100 | 10011 | 1 | 0 | 1001101 | 1000011 | 111101 | 111111 | 10100 |
Color Harmonies of #535413
Complementary color
Monochromatic Colors of #535413
Black with #535413
Text Example
Text Example
White with #535413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535413; }
p { color: rgb(83,84,19); }
H1.HeaderClassName
{
color: #535413;
}
.AnyTagClassName
{
color: #535413;
}
</style>
background-color css
<style>
a { background-color: #535413; }
a { background-color: rgb(83,84,19); }
div.DivClassName
{
background-color: #535413;
}
.BgClassName
{
background-color: #535413;
}
</style>
border-color css
<style>
span { border-color: #535413; }
span { border-color: rgb(83,84,19); }
td.TdClassName
{
border-color: #535413;
}
.TagClassName
{
border-color: #535413;
}
</style>