Shades of Army green #535714
Tints of Army green #535714
RGB
CMYK
RGB Variations
Color information
#535714 (or 0x535714) is known color: Army green. HEX triplet: 53, 57 and 14. RGB value is (83,87,20). Sum of RGB (Red+Green+Blue) = 83+87+20=190 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.68% from 190); Green value is 87 (34.38% from 255 or 45.79% from 190); Blue value is 20 (8.20% from 255 or 10.53% from 190); Max value from RGB is 87 - color contains mainly: green. Hex color #535714 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535714 is #ACA8EB. Grayscale: #4E4E4E. Windows color (decimal): -11315436 or 1333075. OLE color: 1333075.
HSL color Cylindrical-coordinate representation of color #535714: hue angle of 63.58º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #535714 is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 83 | 87 | 20 | - |
| CMYK | 0.05 | 0 | 0.77 | 0.66 |
| HSL | 63.58º | 0.63% | 0.21% | - |
| HSV(B) | 63.58º | 0.77% | 0.34% | - |
| XYZ | 7.1 | 8.71 | 1.97 | - |
| YUV | 78.17 | 95.17 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 87 | 20 | 0.05 | 0 | 0.77 | 0.66 | 63.58 | 0.63 | 0.21 |
| Hex | 53 | 57 | 14 | 5 | 0 | 4D | 42 | 40 | 3F | 15 |
| Octal | 123 | 127 | 24 | 5 | 0 | 115 | 102 | 100 | 77 | 25 |
| Binary | 1010011 | 1010111 | 10100 | 101 | 0 | 1001101 | 1000010 | 1000000 | 111111 | 10101 |
Color Harmonies of #535714
Complementary color
Monochromatic Colors of #535714
Black with #535714
Text Example
Text Example
White with #535714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535714; }
p { color: rgb(83,87,20); }
H1.HeaderClassName
{
color: #535714;
}
.AnyTagClassName
{
color: #535714;
}
</style>
background-color css
<style>
a { background-color: #535714; }
a { background-color: rgb(83,87,20); }
div.DivClassName
{
background-color: #535714;
}
.BgClassName
{
background-color: #535714;
}
</style>
border-color css
<style>
span { border-color: #535714; }
span { border-color: rgb(83,87,20); }
td.TdClassName
{
border-color: #535714;
}
.TagClassName
{
border-color: #535714;
}
</style>