Shades of Army green #535017
Tints of Army green #535017
RGB
CMYK
RGB Variations
Color information
#535017 (or 0x535017) is known color: Army green. HEX triplet: 53, 50 and 17. RGB value is (83,80,23). Sum of RGB (Red+Green+Blue) = 83+80+23=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 80 (31.64% from 255 or 43.01% from 186); Blue value is 23 (9.38% from 255 or 12.37% from 186); Max value from RGB is 83 - color contains mainly: red. Hex color #535017 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535017 is #ACAFE8. Grayscale: #4A4A4A. Windows color (decimal): -11317225 or 1527891. OLE color: 1527891.
HSL color Cylindrical-coordinate representation of color #535017: hue angle of 57º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #535017 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 80 | 23 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.67 |
| HSL | 57º | 0.57% | 0.21% | - |
| HSV(B) | 57º | 0.72% | 0.33% | - |
| XYZ | 6.59 | 7.64 | 1.94 | - |
| YUV | 74.4 | 98.99 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 80 | 23 | 0 | 0.04 | 0.72 | 0.67 | 57 | 0.57 | 0.21 |
| Hex | 53 | 50 | 17 | 0 | 4 | 48 | 43 | 39 | 39 | 15 |
| Octal | 123 | 120 | 27 | 0 | 4 | 110 | 103 | 71 | 71 | 25 |
| Binary | 1010011 | 1010000 | 10111 | 0 | 100 | 1001000 | 1000011 | 111001 | 111001 | 10101 |
Color Harmonies of #535017
Complementary color
Monochromatic Colors of #535017
Black with #535017
Text Example
Text Example
White with #535017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535017; }
p { color: rgb(83,80,23); }
H1.HeaderClassName
{
color: #535017;
}
.AnyTagClassName
{
color: #535017;
}
</style>
background-color css
<style>
a { background-color: #535017; }
a { background-color: rgb(83,80,23); }
div.DivClassName
{
background-color: #535017;
}
.BgClassName
{
background-color: #535017;
}
</style>
border-color css
<style>
span { border-color: #535017; }
span { border-color: rgb(83,80,23); }
td.TdClassName
{
border-color: #535017;
}
.TagClassName
{
border-color: #535017;
}
</style>