Shades of Army green #535819
Tints of Army green #535819
RGB
CMYK
RGB Variations
Color information
#535819 (or 0x535819) is known color: Army green. HEX triplet: 53, 58 and 19. RGB value is (83,88,25). Sum of RGB (Red+Green+Blue) = 83+88+25=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 88 (34.77% from 255 or 44.90% from 196); Blue value is 25 (10.16% from 255 or 12.76% from 196); Max value from RGB is 88 - color contains mainly: green. Hex color #535819 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535819 is #ACA7E6. Grayscale: #4F4F4F. Windows color (decimal): -11315175 or 1661011. OLE color: 1661011.
HSL color Cylindrical-coordinate representation of color #535819: hue angle of 64.76º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #535819 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 88 | 25 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.65 |
| HSL | 64.76º | 0.56% | 0.22% | - |
| HSV(B) | 64.76º | 0.72% | 0.35% | - |
| XYZ | 7.23 | 8.89 | 2.25 | - |
| YUV | 79.32 | 97.34 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 88 | 25 | 0.06 | 0 | 0.72 | 0.65 | 64.76 | 0.56 | 0.22 |
| Hex | 53 | 58 | 19 | 6 | 0 | 48 | 41 | 41 | 38 | 16 |
| Octal | 123 | 130 | 31 | 6 | 0 | 110 | 101 | 101 | 70 | 26 |
| Binary | 1010011 | 1011000 | 11001 | 110 | 0 | 1001000 | 1000001 | 1000001 | 111000 | 10110 |
Color Harmonies of #535819
Complementary color
Monochromatic Colors of #535819
Black with #535819
Text Example
Text Example
White with #535819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535819; }
p { color: rgb(83,88,25); }
H1.HeaderClassName
{
color: #535819;
}
.AnyTagClassName
{
color: #535819;
}
</style>
background-color css
<style>
a { background-color: #535819; }
a { background-color: rgb(83,88,25); }
div.DivClassName
{
background-color: #535819;
}
.BgClassName
{
background-color: #535819;
}
</style>
border-color css
<style>
span { border-color: #535819; }
span { border-color: rgb(83,88,25); }
td.TdClassName
{
border-color: #535819;
}
.TagClassName
{
border-color: #535819;
}
</style>