Shades of Army green #4C551E
Tints of Army green #4C551E
RGB
CMYK
RGB Variations
Color information
#4C551E (or 0x4C551E) is known color: Army green. HEX triplet: 4C, 55 and 1E. RGB value is (76,85,30). Sum of RGB (Red+Green+Blue) = 76+85+30=191 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.79% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 30 (12.11% from 255 or 15.71% from 191); Max value from RGB is 85 - color contains mainly: green. Hex color #4C551E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C551E is #B3AAE1. Grayscale: #4C4C4C. Windows color (decimal): -11774690 or 1987916. OLE color: 1987916.
HSL color Cylindrical-coordinate representation of color #4C551E: hue angle of 69.82º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C551E is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 76 | 85 | 30 | - |
| CMYK | 0.11 | 0 | 0.65 | 0.67 |
| HSL | 69.82º | 0.48% | 0.23% | - |
| HSV(B) | 69.82º | 0.65% | 0.33% | - |
| XYZ | 6.46 | 8.13 | 2.46 | - |
| YUV | 76.04 | 102.02 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 85 | 30 | 0.11 | 0 | 0.65 | 0.67 | 69.82 | 0.48 | 0.23 |
| Hex | 4C | 55 | 1E | B | 0 | 41 | 43 | 46 | 30 | 17 |
| Octal | 114 | 125 | 36 | 13 | 0 | 101 | 103 | 106 | 60 | 27 |
| Binary | 1001100 | 1010101 | 11110 | 1011 | 0 | 1000001 | 1000011 | 1000110 | 110000 | 10111 |
Color Harmonies of #4C551E
Complementary color
Monochromatic Colors of #4C551E
Black with #4C551E
Text Example
Text Example
White with #4C551E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C551E; }
p { color: rgb(76,85,30); }
H1.HeaderClassName
{
color: #4C551E;
}
.AnyTagClassName
{
color: #4C551E;
}
</style>
background-color css
<style>
a { background-color: #4C551E; }
a { background-color: rgb(76,85,30); }
div.DivClassName
{
background-color: #4C551E;
}
.BgClassName
{
background-color: #4C551E;
}
</style>
border-color css
<style>
span { border-color: #4C551E; }
span { border-color: rgb(76,85,30); }
td.TdClassName
{
border-color: #4C551E;
}
.TagClassName
{
border-color: #4C551E;
}
</style>