Shades of Army green #545B1B
Tints of Army green #545B1B
RGB
CMYK
RGB Variations
Color information
#545B1B (or 0x545B1B) is known color: Army green. HEX triplet: 54, 5B and 1B. RGB value is (84,91,27). Sum of RGB (Red+Green+Blue) = 84+91+27=202 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.58% from 202); Green value is 91 (35.94% from 255 or 45.05% from 202); Blue value is 27 (10.94% from 255 or 13.37% from 202); Max value from RGB is 91 - color contains mainly: green. Hex color #545B1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545B1B is #ABA4E4. Grayscale: #515151. Windows color (decimal): -11248869 or 1792852. OLE color: 1792852.
HSL color Cylindrical-coordinate representation of color #545B1B: hue angle of 66.56º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #545B1B is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 91 | 27 | - |
| CMYK | 0.08 | 0 | 0.70 | 0.64 |
| HSL | 66.56º | 0.54% | 0.23% | - |
| HSV(B) | 66.56º | 0.7% | 0.36% | - |
| XYZ | 7.6 | 9.45 | 2.46 | - |
| YUV | 81.61 | 97.18 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 91 | 27 | 0.08 | 0 | 0.70 | 0.64 | 66.56 | 0.54 | 0.23 |
| Hex | 54 | 5B | 1B | 8 | 0 | 46 | 40 | 43 | 36 | 17 |
| Octal | 124 | 133 | 33 | 10 | 0 | 106 | 100 | 103 | 66 | 27 |
| Binary | 1010100 | 1011011 | 11011 | 1000 | 0 | 1000110 | 1000000 | 1000011 | 110110 | 10111 |
Color Harmonies of #545B1B
Complementary color
Monochromatic Colors of #545B1B
Black with #545B1B
Text Example
Text Example
White with #545B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545B1B; }
p { color: rgb(84,91,27); }
H1.HeaderClassName
{
color: #545B1B;
}
.AnyTagClassName
{
color: #545B1B;
}
</style>
background-color css
<style>
a { background-color: #545B1B; }
a { background-color: rgb(84,91,27); }
div.DivClassName
{
background-color: #545B1B;
}
.BgClassName
{
background-color: #545B1B;
}
</style>
border-color css
<style>
span { border-color: #545B1B; }
span { border-color: rgb(84,91,27); }
td.TdClassName
{
border-color: #545B1B;
}
.TagClassName
{
border-color: #545B1B;
}
</style>