Shades of Army green #54641B
Tints of Army green #54641B
RGB
CMYK
RGB Variations
Color information
#54641B (or 0x54641B) is known color: Army green. HEX triplet: 54, 64 and 1B. RGB value is (84,100,27). Sum of RGB (Red+Green+Blue) = 84+100+27=211 (27% of max value = 765). Red value is 84 (33.20% from 255 or 39.81% from 211); Green value is 100 (39.45% from 255 or 47.39% from 211); Blue value is 27 (10.94% from 255 or 12.80% from 211); Max value from RGB is 100 - color contains mainly: green. Hex color #54641B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54641B is #AB9BE4. Grayscale: #575757. Windows color (decimal): -11246565 or 1795156. OLE color: 1795156.
HSL color Cylindrical-coordinate representation of color #54641B: hue angle of 73.15º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #54641B is Cyan = 0.16, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 84 | 100 | 27 | - |
| CMYK | 0.16 | 0 | 0.73 | 0.61 |
| HSL | 73.15º | 0.57% | 0.25% | - |
| HSV(B) | 73.15º | 0.73% | 0.39% | - |
| XYZ | 8.41 | 11.08 | 2.73 | - |
| YUV | 86.89 | 94.2 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 100 | 27 | 0.16 | 0 | 0.73 | 0.61 | 73.15 | 0.57 | 0.25 |
| Hex | 54 | 64 | 1B | 10 | 0 | 49 | 3D | 49 | 39 | 19 |
| Octal | 124 | 144 | 33 | 20 | 0 | 111 | 75 | 111 | 71 | 31 |
| Binary | 1010100 | 1100100 | 11011 | 10000 | 0 | 1001001 | 111101 | 1001001 | 111001 | 11001 |
Color Harmonies of #54641B
Complementary color
Monochromatic Colors of #54641B
Black with #54641B
Text Example
Text Example
White with #54641B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54641B; }
p { color: rgb(84,100,27); }
H1.HeaderClassName
{
color: #54641B;
}
.AnyTagClassName
{
color: #54641B;
}
</style>
background-color css
<style>
a { background-color: #54641B; }
a { background-color: rgb(84,100,27); }
div.DivClassName
{
background-color: #54641B;
}
.BgClassName
{
background-color: #54641B;
}
</style>
border-color css
<style>
span { border-color: #54641B; }
span { border-color: rgb(84,100,27); }
td.TdClassName
{
border-color: #54641B;
}
.TagClassName
{
border-color: #54641B;
}
</style>