Shades of Army green #534F11
Tints of Army green #534F11
RGB
CMYK
RGB Variations
Color information
#534F11 (or 0x534F11) is known color: Army green. HEX triplet: 53, 4F and 11. RGB value is (83,79,17). Sum of RGB (Red+Green+Blue) = 83+79+17=179 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.37% from 179); Green value is 79 (31.25% from 255 or 44.13% from 179); Blue value is 17 (7.03% from 255 or 9.50% from 179); Max value from RGB is 83 - color contains mainly: red. Hex color #534F11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534F11 is #ACB0EE. Grayscale: #494949. Windows color (decimal): -11317487 or 1134419. OLE color: 1134419.
HSL color Cylindrical-coordinate representation of color #534F11: hue angle of 56.36º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #534F11 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 79 | 17 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.67 |
| HSL | 56.36º | 0.66% | 0.2% | - |
| HSV(B) | 56.36º | 0.8% | 0.33% | - |
| XYZ | 6.46 | 7.47 | 1.63 | - |
| YUV | 73.13 | 96.33 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 17 | 0 | 0.05 | 0.80 | 0.67 | 56.36 | 0.66 | 0.2 |
| Hex | 53 | 4F | 11 | 0 | 5 | 50 | 43 | 38 | 42 | 14 |
| Octal | 123 | 117 | 21 | 0 | 5 | 120 | 103 | 70 | 102 | 24 |
| Binary | 1010011 | 1001111 | 10001 | 0 | 101 | 1010000 | 1000011 | 111000 | 1000010 | 10100 |
Color Harmonies of #534F11
Complementary color
Monochromatic Colors of #534F11
Black with #534F11
Text Example
Text Example
White with #534F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534F11; }
p { color: rgb(83,79,17); }
H1.HeaderClassName
{
color: #534F11;
}
.AnyTagClassName
{
color: #534F11;
}
</style>
background-color css
<style>
a { background-color: #534F11; }
a { background-color: rgb(83,79,17); }
div.DivClassName
{
background-color: #534F11;
}
.BgClassName
{
background-color: #534F11;
}
</style>
border-color css
<style>
span { border-color: #534F11; }
span { border-color: rgb(83,79,17); }
td.TdClassName
{
border-color: #534F11;
}
.TagClassName
{
border-color: #534F11;
}
</style>