Shades of Army green #535915
Tints of Army green #535915
RGB
CMYK
RGB Variations
Color information
#535915 (or 0x535915) is known color: Army green. HEX triplet: 53, 59 and 15. RGB value is (83,89,21). Sum of RGB (Red+Green+Blue) = 83+89+21=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 89 (35.16% from 255 or 46.11% from 193); Blue value is 21 (8.59% from 255 or 10.88% from 193); Max value from RGB is 89 - color contains mainly: green. Hex color #535915 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535915 is #ACA6EA. Grayscale: #4F4F4F. Windows color (decimal): -11314923 or 1399123. OLE color: 1399123.
HSL color Cylindrical-coordinate representation of color #535915: hue angle of 65.29º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #535915 is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 89 | 21 | - |
| CMYK | 0.07 | 0 | 0.76 | 0.65 |
| HSL | 65.29º | 0.62% | 0.22% | - |
| HSV(B) | 65.29º | 0.76% | 0.35% | - |
| XYZ | 7.28 | 9.04 | 2.07 | - |
| YUV | 79.45 | 95.01 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 89 | 21 | 0.07 | 0 | 0.76 | 0.65 | 65.29 | 0.62 | 0.22 |
| Hex | 53 | 59 | 15 | 7 | 0 | 4C | 41 | 41 | 3E | 16 |
| Octal | 123 | 131 | 25 | 7 | 0 | 114 | 101 | 101 | 76 | 26 |
| Binary | 1010011 | 1011001 | 10101 | 111 | 0 | 1001100 | 1000001 | 1000001 | 111110 | 10110 |
Color Harmonies of #535915
Complementary color
Monochromatic Colors of #535915
Black with #535915
Text Example
Text Example
White with #535915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535915; }
p { color: rgb(83,89,21); }
H1.HeaderClassName
{
color: #535915;
}
.AnyTagClassName
{
color: #535915;
}
</style>
background-color css
<style>
a { background-color: #535915; }
a { background-color: rgb(83,89,21); }
div.DivClassName
{
background-color: #535915;
}
.BgClassName
{
background-color: #535915;
}
</style>
border-color css
<style>
span { border-color: #535915; }
span { border-color: rgb(83,89,21); }
td.TdClassName
{
border-color: #535915;
}
.TagClassName
{
border-color: #535915;
}
</style>