Shades of Army green #4C551C
Tints of Army green #4C551C
RGB
CMYK
RGB Variations
Color information
#4C551C (or 0x4C551C) is known color: Army green. HEX triplet: 4C, 55 and 1C. RGB value is (76,85,28). Sum of RGB (Red+Green+Blue) = 76+85+28=189 (25% of max value = 765). Red value is 76 (30.08% from 255 or 40.21% from 189); Green value is 85 (33.59% from 255 or 44.97% from 189); Blue value is 28 (11.33% from 255 or 14.81% from 189); Max value from RGB is 85 - color contains mainly: green. Hex color #4C551C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C551C is #B3AAE3. Grayscale: #4C4C4C. Windows color (decimal): -11774692 or 1856844. OLE color: 1856844.
HSL color Cylindrical-coordinate representation of color #4C551C: hue angle of 69.47º 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 #4C551C is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 76 | 85 | 28 | - |
| CMYK | 0.11 | 0 | 0.67 | 0.67 |
| HSL | 69.47º | 0.5% | 0.22% | - |
| HSV(B) | 69.47º | 0.67% | 0.33% | - |
| XYZ | 6.44 | 8.12 | 2.33 | - |
| YUV | 75.81 | 101.02 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 85 | 28 | 0.11 | 0 | 0.67 | 0.67 | 69.47 | 0.5 | 0.22 |
| Hex | 4C | 55 | 1C | B | 0 | 43 | 43 | 45 | 32 | 16 |
| Octal | 114 | 125 | 34 | 13 | 0 | 103 | 103 | 105 | 62 | 26 |
| Binary | 1001100 | 1010101 | 11100 | 1011 | 0 | 1000011 | 1000011 | 1000101 | 110010 | 10110 |
Color Harmonies of #4C551C
Complementary color
Monochromatic Colors of #4C551C
Black with #4C551C
Text Example
Text Example
White with #4C551C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C551C; }
p { color: rgb(76,85,28); }
H1.HeaderClassName
{
color: #4C551C;
}
.AnyTagClassName
{
color: #4C551C;
}
</style>
background-color css
<style>
a { background-color: #4C551C; }
a { background-color: rgb(76,85,28); }
div.DivClassName
{
background-color: #4C551C;
}
.BgClassName
{
background-color: #4C551C;
}
</style>
border-color css
<style>
span { border-color: #4C551C; }
span { border-color: rgb(76,85,28); }
td.TdClassName
{
border-color: #4C551C;
}
.TagClassName
{
border-color: #4C551C;
}
</style>