Shades of Army green #535119
Tints of Army green #535119
RGB
CMYK
RGB Variations
Color information
#535119 (or 0x535119) is known color: Army green. HEX triplet: 53, 51 and 19. RGB value is (83,81,25). Sum of RGB (Red+Green+Blue) = 83+81+25=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 81 (32.03% from 255 or 42.86% from 189); Blue value is 25 (10.16% from 255 or 13.23% from 189); Max value from RGB is 83 - color contains mainly: red. Hex color #535119 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535119 is #ACAEE6. Grayscale: #4B4B4B. Windows color (decimal): -11316967 or 1659219. OLE color: 1659219.
HSL color Cylindrical-coordinate representation of color #535119: hue angle of 57.93º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #535119 is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 81 | 25 | - |
| CMYK | 0 | 0.02 | 0.70 | 0.67 |
| HSL | 57.93º | 0.54% | 0.21% | - |
| HSV(B) | 57.93º | 0.7% | 0.33% | - |
| XYZ | 6.69 | 7.79 | 2.07 | - |
| YUV | 75.21 | 99.66 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 81 | 25 | 0 | 0.02 | 0.70 | 0.67 | 57.93 | 0.54 | 0.21 |
| Hex | 53 | 51 | 19 | 0 | 2 | 46 | 43 | 3A | 36 | 15 |
| Octal | 123 | 121 | 31 | 0 | 2 | 106 | 103 | 72 | 66 | 25 |
| Binary | 1010011 | 1010001 | 11001 | 0 | 10 | 1000110 | 1000011 | 111010 | 110110 | 10101 |
Color Harmonies of #535119
Complementary color
Monochromatic Colors of #535119
Black with #535119
Text Example
Text Example
White with #535119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535119; }
p { color: rgb(83,81,25); }
H1.HeaderClassName
{
color: #535119;
}
.AnyTagClassName
{
color: #535119;
}
</style>
background-color css
<style>
a { background-color: #535119; }
a { background-color: rgb(83,81,25); }
div.DivClassName
{
background-color: #535119;
}
.BgClassName
{
background-color: #535119;
}
</style>
border-color css
<style>
span { border-color: #535119; }
span { border-color: rgb(83,81,25); }
td.TdClassName
{
border-color: #535119;
}
.TagClassName
{
border-color: #535119;
}
</style>