Shades of Army green #54551C
Tints of Army green #54551C
RGB
CMYK
RGB Variations
Color information
#54551C (or 0x54551C) is known color: Army green. HEX triplet: 54, 55 and 1C. RGB value is (84,85,28). Sum of RGB (Red+Green+Blue) = 84+85+28=197 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.64% from 197); Green value is 85 (33.59% from 255 or 43.15% from 197); Blue value is 28 (11.33% from 255 or 14.21% from 197); Max value from RGB is 85 - color contains mainly: green. Hex color #54551C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54551C is #ABAAE3. Grayscale: #4E4E4E. Windows color (decimal): -11250404 or 1856852. OLE color: 1856852.
HSL color Cylindrical-coordinate representation of color #54551C: hue angle of 61.05º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54551C is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 85 | 28 | - |
| CMYK | 0.01 | 0 | 0.67 | 0.67 |
| HSL | 61.05º | 0.5% | 0.22% | - |
| HSV(B) | 61.05º | 0.67% | 0.33% | - |
| XYZ | 7.11 | 8.47 | 2.36 | - |
| YUV | 78.2 | 99.67 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 85 | 28 | 0.01 | 0 | 0.67 | 0.67 | 61.05 | 0.5 | 0.22 |
| Hex | 54 | 55 | 1C | 1 | 0 | 43 | 43 | 3D | 32 | 16 |
| Octal | 124 | 125 | 34 | 1 | 0 | 103 | 103 | 75 | 62 | 26 |
| Binary | 1010100 | 1010101 | 11100 | 1 | 0 | 1000011 | 1000011 | 111101 | 110010 | 10110 |
Color Harmonies of #54551C
Complementary color
Monochromatic Colors of #54551C
Black with #54551C
Text Example
Text Example
White with #54551C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54551C; }
p { color: rgb(84,85,28); }
H1.HeaderClassName
{
color: #54551C;
}
.AnyTagClassName
{
color: #54551C;
}
</style>
background-color css
<style>
a { background-color: #54551C; }
a { background-color: rgb(84,85,28); }
div.DivClassName
{
background-color: #54551C;
}
.BgClassName
{
background-color: #54551C;
}
</style>
border-color css
<style>
span { border-color: #54551C; }
span { border-color: rgb(84,85,28); }
td.TdClassName
{
border-color: #54551C;
}
.TagClassName
{
border-color: #54551C;
}
</style>