Shades of Army green #4C551F
Tints of Army green #4C551F
RGB
CMYK
RGB Variations
Color information
#4C551F (or 0x4C551F) is known color: Army green. HEX triplet: 4C, 55 and 1F. RGB value is (76,85,31). Sum of RGB (Red+Green+Blue) = 76+85+31=192 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.58% from 192); Green value is 85 (33.59% from 255 or 44.27% from 192); Blue value is 31 (12.5% from 255 or 16.15% from 192); Max value from RGB is 85 - color contains mainly: green. Hex color #4C551F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C551F is #B3AAE0. Grayscale: #4C4C4C. Windows color (decimal): -11774689 or 2053452. OLE color: 2053452.
HSL color Cylindrical-coordinate representation of color #4C551F: hue angle of 70º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4C551F is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 76 | 85 | 31 | - |
| CMYK | 0.11 | 0 | 0.64 | 0.67 |
| HSL | 70º | 0.47% | 0.23% | - |
| HSV(B) | 70º | 0.64% | 0.33% | - |
| XYZ | 6.48 | 8.13 | 2.52 | - |
| YUV | 76.15 | 102.52 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 85 | 31 | 0.11 | 0 | 0.64 | 0.67 | 70 | 0.47 | 0.23 |
| Hex | 4C | 55 | 1F | B | 0 | 40 | 43 | 46 | 2F | 17 |
| Octal | 114 | 125 | 37 | 13 | 0 | 100 | 103 | 106 | 57 | 27 |
| Binary | 1001100 | 1010101 | 11111 | 1011 | 0 | 1000000 | 1000011 | 1000110 | 101111 | 10111 |
Color Harmonies of #4C551F
Complementary color
Monochromatic Colors of #4C551F
Black with #4C551F
Text Example
Text Example
White with #4C551F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C551F; }
p { color: rgb(76,85,31); }
H1.HeaderClassName
{
color: #4C551F;
}
.AnyTagClassName
{
color: #4C551F;
}
</style>
background-color css
<style>
a { background-color: #4C551F; }
a { background-color: rgb(76,85,31); }
div.DivClassName
{
background-color: #4C551F;
}
.BgClassName
{
background-color: #4C551F;
}
</style>
border-color css
<style>
span { border-color: #4C551F; }
span { border-color: rgb(76,85,31); }
td.TdClassName
{
border-color: #4C551F;
}
.TagClassName
{
border-color: #4C551F;
}
</style>