Shades of Army green #545518
Tints of Army green #545518
RGB
CMYK
RGB Variations
Color information
#545518 (or 0x545518) is known color: Army green. HEX triplet: 54, 55 and 18. RGB value is (84,85,24). Sum of RGB (Red+Green+Blue) = 84+85+24=193 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.52% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 24 (9.77% from 255 or 12.44% from 193); Max value from RGB is 85 - color contains mainly: green. Hex color #545518 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545518 is #ABAAE7. Grayscale: #4D4D4D. Windows color (decimal): -11250408 or 1594708. OLE color: 1594708.
HSL color Cylindrical-coordinate representation of color #545518: hue angle of 60.98º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #545518 is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 85 | 24 | - |
| CMYK | 0.01 | 0 | 0.72 | 0.67 |
| HSL | 60.98º | 0.56% | 0.21% | - |
| HSV(B) | 60.98º | 0.72% | 0.33% | - |
| XYZ | 7.07 | 8.45 | 2.12 | - |
| YUV | 77.75 | 97.67 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 85 | 24 | 0.01 | 0 | 0.72 | 0.67 | 60.98 | 0.56 | 0.21 |
| Hex | 54 | 55 | 18 | 1 | 0 | 48 | 43 | 3D | 38 | 15 |
| Octal | 124 | 125 | 30 | 1 | 0 | 110 | 103 | 75 | 70 | 25 |
| Binary | 1010100 | 1010101 | 11000 | 1 | 0 | 1001000 | 1000011 | 111101 | 111000 | 10101 |
Color Harmonies of #545518
Complementary color
Monochromatic Colors of #545518
Black with #545518
Text Example
Text Example
White with #545518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545518; }
p { color: rgb(84,85,24); }
H1.HeaderClassName
{
color: #545518;
}
.AnyTagClassName
{
color: #545518;
}
</style>
background-color css
<style>
a { background-color: #545518; }
a { background-color: rgb(84,85,24); }
div.DivClassName
{
background-color: #545518;
}
.BgClassName
{
background-color: #545518;
}
</style>
border-color css
<style>
span { border-color: #545518; }
span { border-color: rgb(84,85,24); }
td.TdClassName
{
border-color: #545518;
}
.TagClassName
{
border-color: #545518;
}
</style>