Shades of Army green #535A17
Tints of Army green #535A17
RGB
CMYK
RGB Variations
Color information
#535A17 (or 0x535A17) is known color: Army green. HEX triplet: 53, 5A and 17. RGB value is (83,90,23). Sum of RGB (Red+Green+Blue) = 83+90+23=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 90 (35.55% from 255 or 45.92% from 196); Blue value is 23 (9.38% from 255 or 11.73% from 196); Max value from RGB is 90 - color contains mainly: green. Hex color #535A17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535A17 is #ACA5E8. Grayscale: #505050. Windows color (decimal): -11314665 or 1530451. OLE color: 1530451.
HSL color Cylindrical-coordinate representation of color #535A17: hue angle of 66.27º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #535A17 is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 90 | 23 | - |
| CMYK | 0.08 | 0 | 0.74 | 0.65 |
| HSL | 66.27º | 0.59% | 0.22% | - |
| HSV(B) | 66.27º | 0.74% | 0.35% | - |
| XYZ | 7.38 | 9.21 | 2.2 | - |
| YUV | 80.27 | 95.68 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 90 | 23 | 0.08 | 0 | 0.74 | 0.65 | 66.27 | 0.59 | 0.22 |
| Hex | 53 | 5A | 17 | 8 | 0 | 4A | 41 | 42 | 3B | 16 |
| Octal | 123 | 132 | 27 | 10 | 0 | 112 | 101 | 102 | 73 | 26 |
| Binary | 1010011 | 1011010 | 10111 | 1000 | 0 | 1001010 | 1000001 | 1000010 | 111011 | 10110 |
Color Harmonies of #535A17
Complementary color
Monochromatic Colors of #535A17
Black with #535A17
Text Example
Text Example
White with #535A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535A17; }
p { color: rgb(83,90,23); }
H1.HeaderClassName
{
color: #535A17;
}
.AnyTagClassName
{
color: #535A17;
}
</style>
background-color css
<style>
a { background-color: #535A17; }
a { background-color: rgb(83,90,23); }
div.DivClassName
{
background-color: #535A17;
}
.BgClassName
{
background-color: #535A17;
}
</style>
border-color css
<style>
span { border-color: #535A17; }
span { border-color: rgb(83,90,23); }
td.TdClassName
{
border-color: #535A17;
}
.TagClassName
{
border-color: #535A17;
}
</style>