Shades of Army green #535F19
Tints of Army green #535F19
RGB
CMYK
RGB Variations
Color information
#535F19 (or 0x535F19) is known color: Army green. HEX triplet: 53, 5F and 19. RGB value is (83,95,25). Sum of RGB (Red+Green+Blue) = 83+95+25=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 95 (37.5% from 255 or 46.80% from 203); Blue value is 25 (10.16% from 255 or 12.32% from 203); Max value from RGB is 95 - color contains mainly: green. Hex color #535F19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535F19 is #ACA0E6. Grayscale: #535353. Windows color (decimal): -11313383 or 1662803. OLE color: 1662803.
HSL color Cylindrical-coordinate representation of color #535F19: hue angle of 70.29º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #535F19 is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 83 | 95 | 25 | - |
| CMYK | 0.13 | 0 | 0.74 | 0.63 |
| HSL | 70.29º | 0.58% | 0.24% | - |
| HSV(B) | 70.29º | 0.74% | 0.37% | - |
| XYZ | 7.83 | 10.09 | 2.46 | - |
| YUV | 83.43 | 95.02 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 95 | 25 | 0.13 | 0 | 0.74 | 0.63 | 70.29 | 0.58 | 0.24 |
| Hex | 53 | 5F | 19 | D | 0 | 4A | 3F | 46 | 3A | 18 |
| Octal | 123 | 137 | 31 | 15 | 0 | 112 | 77 | 106 | 72 | 30 |
| Binary | 1010011 | 1011111 | 11001 | 1101 | 0 | 1001010 | 111111 | 1000110 | 111010 | 11000 |
Color Harmonies of #535F19
Complementary color
Monochromatic Colors of #535F19
Black with #535F19
Text Example
Text Example
White with #535F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535F19; }
p { color: rgb(83,95,25); }
H1.HeaderClassName
{
color: #535F19;
}
.AnyTagClassName
{
color: #535F19;
}
</style>
background-color css
<style>
a { background-color: #535F19; }
a { background-color: rgb(83,95,25); }
div.DivClassName
{
background-color: #535F19;
}
.BgClassName
{
background-color: #535F19;
}
</style>
border-color css
<style>
span { border-color: #535F19; }
span { border-color: rgb(83,95,25); }
td.TdClassName
{
border-color: #535F19;
}
.TagClassName
{
border-color: #535F19;
}
</style>