Shades of Army green #535717
Tints of Army green #535717
RGB
CMYK
RGB Variations
Color information
#535717 (or 0x535717) is known color: Army green. HEX triplet: 53, 57 and 17. RGB value is (83,87,23). Sum of RGB (Red+Green+Blue) = 83+87+23=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 87 (34.38% from 255 or 45.08% from 193); Blue value is 23 (9.38% from 255 or 11.92% from 193); Max value from RGB is 87 - color contains mainly: green. Hex color #535717 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535717 is #ACA8E8. Grayscale: #4E4E4E. Windows color (decimal): -11315433 or 1529683. OLE color: 1529683.
HSL color Cylindrical-coordinate representation of color #535717: hue angle of 63.75º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #535717 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 83 | 87 | 23 | - |
| CMYK | 0.05 | 0 | 0.74 | 0.66 |
| HSL | 63.75º | 0.58% | 0.22% | - |
| HSV(B) | 63.75º | 0.74% | 0.34% | - |
| XYZ | 7.13 | 8.72 | 2.12 | - |
| YUV | 78.51 | 96.67 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 87 | 23 | 0.05 | 0 | 0.74 | 0.66 | 63.75 | 0.58 | 0.22 |
| Hex | 53 | 57 | 17 | 5 | 0 | 4A | 42 | 40 | 3A | 16 |
| Octal | 123 | 127 | 27 | 5 | 0 | 112 | 102 | 100 | 72 | 26 |
| Binary | 1010011 | 1010111 | 10111 | 101 | 0 | 1001010 | 1000010 | 1000000 | 111010 | 10110 |
Color Harmonies of #535717
Complementary color
Monochromatic Colors of #535717
Black with #535717
Text Example
Text Example
White with #535717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535717; }
p { color: rgb(83,87,23); }
H1.HeaderClassName
{
color: #535717;
}
.AnyTagClassName
{
color: #535717;
}
</style>
background-color css
<style>
a { background-color: #535717; }
a { background-color: rgb(83,87,23); }
div.DivClassName
{
background-color: #535717;
}
.BgClassName
{
background-color: #535717;
}
</style>
border-color css
<style>
span { border-color: #535717; }
span { border-color: rgb(83,87,23); }
td.TdClassName
{
border-color: #535717;
}
.TagClassName
{
border-color: #535717;
}
</style>