Shades of Army green #4C552B
Tints of Army green #4C552B
RGB
CMYK
RGB Variations
Color information
#4C552B (or 0x4C552B) is known color: Army green. HEX triplet: 4C, 55 and 2B. RGB value is (76,85,43). Sum of RGB (Red+Green+Blue) = 76+85+43=204 (27% of max value = 765). Red value is 76 (30.08% from 255 or 37.25% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 43 (17.19% from 255 or 21.08% from 204); Max value from RGB is 85 - color contains mainly: green. Hex color #4C552B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C552B is #B3AAD4. Grayscale: #4D4D4D. Windows color (decimal): -11774677 or 2839884. OLE color: 2839884.
HSL color Cylindrical-coordinate representation of color #4C552B: hue angle of 72.86º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4C552B is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 76 | 85 | 43 | - |
| CMYK | 0.11 | 0 | 0.49 | 0.67 |
| HSL | 72.86º | 0.33% | 0.25% | - |
| HSV(B) | 72.86º | 0.49% | 0.33% | - |
| XYZ | 6.67 | 8.21 | 3.52 | - |
| YUV | 77.52 | 108.52 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 85 | 43 | 0.11 | 0 | 0.49 | 0.67 | 72.86 | 0.33 | 0.25 |
| Hex | 4C | 55 | 2B | B | 0 | 31 | 43 | 49 | 21 | 19 |
| Octal | 114 | 125 | 53 | 13 | 0 | 61 | 103 | 111 | 41 | 31 |
| Binary | 1001100 | 1010101 | 101011 | 1011 | 0 | 110001 | 1000011 | 1001001 | 100001 | 11001 |
Color Harmonies of #4C552B
Complementary color
Monochromatic Colors of #4C552B
Black with #4C552B
Text Example
Text Example
White with #4C552B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C552B; }
p { color: rgb(76,85,43); }
H1.HeaderClassName
{
color: #4C552B;
}
.AnyTagClassName
{
color: #4C552B;
}
</style>
background-color css
<style>
a { background-color: #4C552B; }
a { background-color: rgb(76,85,43); }
div.DivClassName
{
background-color: #4C552B;
}
.BgClassName
{
background-color: #4C552B;
}
</style>
border-color css
<style>
span { border-color: #4C552B; }
span { border-color: rgb(76,85,43); }
td.TdClassName
{
border-color: #4C552B;
}
.TagClassName
{
border-color: #4C552B;
}
</style>