Shades of Army green #545310
Tints of Army green #545310
RGB
CMYK
RGB Variations
Color information
#545310 (or 0x545310) is known color: Army green. HEX triplet: 54, 53 and 10. RGB value is (84,83,16). Sum of RGB (Red+Green+Blue) = 84+83+16=183 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.90% from 183); Green value is 83 (32.81% from 255 or 45.36% from 183); Blue value is 16 (6.64% from 255 or 8.74% from 183); Max value from RGB is 84 - color contains mainly: red. Hex color #545310 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545310 is #ABACEF. Grayscale: #4B4B4B. Windows color (decimal): -11250928 or 1069908. OLE color: 1069908.
HSL color Cylindrical-coordinate representation of color #545310: hue angle of 59.12º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #545310 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 83 | 16 | - |
| CMYK | 0 | 0.01 | 0.81 | 0.67 |
| HSL | 59.12º | 0.68% | 0.2% | - |
| HSV(B) | 59.12º | 0.81% | 0.33% | - |
| XYZ | 6.84 | 8.11 | 1.69 | - |
| YUV | 75.66 | 94.33 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 83 | 16 | 0 | 0.01 | 0.81 | 0.67 | 59.12 | 0.68 | 0.2 |
| Hex | 54 | 53 | 10 | 0 | 1 | 51 | 43 | 3B | 44 | 14 |
| Octal | 124 | 123 | 20 | 0 | 1 | 121 | 103 | 73 | 104 | 24 |
| Binary | 1010100 | 1010011 | 10000 | 0 | 1 | 1010001 | 1000011 | 111011 | 1000100 | 10100 |
Color Harmonies of #545310
Complementary color
Monochromatic Colors of #545310
Black with #545310
Text Example
Text Example
White with #545310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545310; }
p { color: rgb(84,83,16); }
H1.HeaderClassName
{
color: #545310;
}
.AnyTagClassName
{
color: #545310;
}
</style>
background-color css
<style>
a { background-color: #545310; }
a { background-color: rgb(84,83,16); }
div.DivClassName
{
background-color: #545310;
}
.BgClassName
{
background-color: #545310;
}
</style>
border-color css
<style>
span { border-color: #545310; }
span { border-color: rgb(84,83,16); }
td.TdClassName
{
border-color: #545310;
}
.TagClassName
{
border-color: #545310;
}
</style>