Shades of Army green #535B18
Tints of Army green #535B18
RGB
CMYK
RGB Variations
Color information
#535B18 (or 0x535B18) is known color: Army green. HEX triplet: 53, 5B and 18. RGB value is (83,91,24). Sum of RGB (Red+Green+Blue) = 83+91+24=198 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.92% from 198); Green value is 91 (35.94% from 255 or 45.96% from 198); Blue value is 24 (9.77% from 255 or 12.12% from 198); Max value from RGB is 91 - color contains mainly: green. Hex color #535B18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535B18 is #ACA4E7. Grayscale: #515151. Windows color (decimal): -11314408 or 1596243. OLE color: 1596243.
HSL color Cylindrical-coordinate representation of color #535B18: hue angle of 67.16º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #535B18 is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 91 | 24 | - |
| CMYK | 0.09 | 0 | 0.74 | 0.64 |
| HSL | 67.16º | 0.58% | 0.23% | - |
| HSV(B) | 67.16º | 0.74% | 0.36% | - |
| XYZ | 7.47 | 9.39 | 2.28 | - |
| YUV | 80.97 | 95.85 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 91 | 24 | 0.09 | 0 | 0.74 | 0.64 | 67.16 | 0.58 | 0.23 |
| Hex | 53 | 5B | 18 | 9 | 0 | 4A | 40 | 43 | 3A | 17 |
| Octal | 123 | 133 | 30 | 11 | 0 | 112 | 100 | 103 | 72 | 27 |
| Binary | 1010011 | 1011011 | 11000 | 1001 | 0 | 1001010 | 1000000 | 1000011 | 111010 | 10111 |
Color Harmonies of #535B18
Complementary color
Monochromatic Colors of #535B18
Black with #535B18
Text Example
Text Example
White with #535B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535B18; }
p { color: rgb(83,91,24); }
H1.HeaderClassName
{
color: #535B18;
}
.AnyTagClassName
{
color: #535B18;
}
</style>
background-color css
<style>
a { background-color: #535B18; }
a { background-color: rgb(83,91,24); }
div.DivClassName
{
background-color: #535B18;
}
.BgClassName
{
background-color: #535B18;
}
</style>
border-color css
<style>
span { border-color: #535B18; }
span { border-color: rgb(83,91,24); }
td.TdClassName
{
border-color: #535B18;
}
.TagClassName
{
border-color: #535B18;
}
</style>