Shades of Army green #535517
Tints of Army green #535517
RGB
CMYK
RGB Variations
Color information
#535517 (or 0x535517) is known color: Army green. HEX triplet: 53, 55 and 17. RGB value is (83,85,23). Sum of RGB (Red+Green+Blue) = 83+85+23=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 23 (9.38% from 255 or 12.04% from 191); Max value from RGB is 85 - color contains mainly: green. Hex color #535517 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535517 is #ACAAE8. Grayscale: #4D4D4D. Windows color (decimal): -11315945 or 1529171. OLE color: 1529171.
HSL color Cylindrical-coordinate representation of color #535517: hue angle of 61.94º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #535517 is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 85 | 23 | - |
| CMYK | 0.02 | 0 | 0.73 | 0.67 |
| HSL | 61.94º | 0.57% | 0.21% | - |
| HSV(B) | 61.94º | 0.73% | 0.33% | - |
| XYZ | 6.97 | 8.4 | 2.06 | - |
| YUV | 77.33 | 97.34 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 85 | 23 | 0.02 | 0 | 0.73 | 0.67 | 61.94 | 0.57 | 0.21 |
| Hex | 53 | 55 | 17 | 2 | 0 | 49 | 43 | 3E | 39 | 15 |
| Octal | 123 | 125 | 27 | 2 | 0 | 111 | 103 | 76 | 71 | 25 |
| Binary | 1010011 | 1010101 | 10111 | 10 | 0 | 1001001 | 1000011 | 111110 | 111001 | 10101 |
Color Harmonies of #535517
Complementary color
Monochromatic Colors of #535517
Black with #535517
Text Example
Text Example
White with #535517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535517; }
p { color: rgb(83,85,23); }
H1.HeaderClassName
{
color: #535517;
}
.AnyTagClassName
{
color: #535517;
}
</style>
background-color css
<style>
a { background-color: #535517; }
a { background-color: rgb(83,85,23); }
div.DivClassName
{
background-color: #535517;
}
.BgClassName
{
background-color: #535517;
}
</style>
border-color css
<style>
span { border-color: #535517; }
span { border-color: rgb(83,85,23); }
td.TdClassName
{
border-color: #535517;
}
.TagClassName
{
border-color: #535517;
}
</style>