Shades of Army green #535B1E
Tints of Army green #535B1E
RGB
CMYK
RGB Variations
Color information
#535B1E (or 0x535B1E) is known color: Army green. HEX triplet: 53, 5B and 1E. RGB value is (83,91,30). Sum of RGB (Red+Green+Blue) = 83+91+30=204 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.69% from 204); Green value is 91 (35.94% from 255 or 44.61% from 204); Blue value is 30 (12.11% from 255 or 14.71% from 204); Max value from RGB is 91 - color contains mainly: green. Hex color #535B1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535B1E is #ACA4E1. Grayscale: #515151. Windows color (decimal): -11314402 or 1989459. OLE color: 1989459.
HSL color Cylindrical-coordinate representation of color #535B1E: hue angle of 67.87º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #535B1E is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 91 | 30 | - |
| CMYK | 0.09 | 0 | 0.67 | 0.64 |
| HSL | 67.87º | 0.5% | 0.24% | - |
| HSV(B) | 67.87º | 0.67% | 0.36% | - |
| XYZ | 7.54 | 9.41 | 2.65 | - |
| YUV | 81.65 | 98.85 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 91 | 30 | 0.09 | 0 | 0.67 | 0.64 | 67.87 | 0.5 | 0.24 |
| Hex | 53 | 5B | 1E | 9 | 0 | 43 | 40 | 44 | 32 | 18 |
| Octal | 123 | 133 | 36 | 11 | 0 | 103 | 100 | 104 | 62 | 30 |
| Binary | 1010011 | 1011011 | 11110 | 1001 | 0 | 1000011 | 1000000 | 1000100 | 110010 | 11000 |
Color Harmonies of #535B1E
Complementary color
Monochromatic Colors of #535B1E
Black with #535B1E
Text Example
Text Example
White with #535B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535B1E; }
p { color: rgb(83,91,30); }
H1.HeaderClassName
{
color: #535B1E;
}
.AnyTagClassName
{
color: #535B1E;
}
</style>
background-color css
<style>
a { background-color: #535B1E; }
a { background-color: rgb(83,91,30); }
div.DivClassName
{
background-color: #535B1E;
}
.BgClassName
{
background-color: #535B1E;
}
</style>
border-color css
<style>
span { border-color: #535B1E; }
span { border-color: rgb(83,91,30); }
td.TdClassName
{
border-color: #535B1E;
}
.TagClassName
{
border-color: #535B1E;
}
</style>