Shades of Army green #545B1C
Tints of Army green #545B1C
RGB
CMYK
RGB Variations
Color information
#545B1C (or 0x545B1C) is known color: Army green. HEX triplet: 54, 5B and 1C. RGB value is (84,91,28). Sum of RGB (Red+Green+Blue) = 84+91+28=203 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.38% from 203); Green value is 91 (35.94% from 255 or 44.83% from 203); Blue value is 28 (11.33% from 255 or 13.79% from 203); Max value from RGB is 91 - color contains mainly: green. Hex color #545B1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545B1C is #ABA4E3. Grayscale: #515151. Windows color (decimal): -11248868 or 1858388. OLE color: 1858388.
HSL color Cylindrical-coordinate representation of color #545B1C: hue angle of 66.67º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #545B1C is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 91 | 28 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.64 |
| HSL | 66.67º | 0.53% | 0.23% | - |
| HSV(B) | 66.67º | 0.69% | 0.36% | - |
| XYZ | 7.61 | 9.45 | 2.52 | - |
| YUV | 81.73 | 97.68 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 91 | 28 | 0.08 | 0 | 0.69 | 0.64 | 66.67 | 0.53 | 0.23 |
| Hex | 54 | 5B | 1C | 8 | 0 | 45 | 40 | 43 | 35 | 17 |
| Octal | 124 | 133 | 34 | 10 | 0 | 105 | 100 | 103 | 65 | 27 |
| Binary | 1010100 | 1011011 | 11100 | 1000 | 0 | 1000101 | 1000000 | 1000011 | 110101 | 10111 |
Color Harmonies of #545B1C
Complementary color
Monochromatic Colors of #545B1C
Black with #545B1C
Text Example
Text Example
White with #545B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545B1C; }
p { color: rgb(84,91,28); }
H1.HeaderClassName
{
color: #545B1C;
}
.AnyTagClassName
{
color: #545B1C;
}
</style>
background-color css
<style>
a { background-color: #545B1C; }
a { background-color: rgb(84,91,28); }
div.DivClassName
{
background-color: #545B1C;
}
.BgClassName
{
background-color: #545B1C;
}
</style>
border-color css
<style>
span { border-color: #545B1C; }
span { border-color: rgb(84,91,28); }
td.TdClassName
{
border-color: #545B1C;
}
.TagClassName
{
border-color: #545B1C;
}
</style>