Shades of Army green #4C4B21
Tints of Army green #4C4B21
RGB
CMYK
RGB Variations
Color information
#4C4B21 (or 0x4C4B21) is known color: Army green. HEX triplet: 4C, 4B and 21. RGB value is (76,75,33). Sum of RGB (Red+Green+Blue) = 76+75+33=184 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.30% from 184); Green value is 75 (29.69% from 255 or 40.76% from 184); Blue value is 33 (13.28% from 255 or 17.93% from 184); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4B21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4B21 is #B3B4DE. Grayscale: #464646. Windows color (decimal): -11777247 or 2181964. OLE color: 2181964.
HSL color Cylindrical-coordinate representation of color #4C4B21: hue angle of 58.6º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4C4B21 is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 75 | 33 | - |
| CMYK | 0 | 0.01 | 0.57 | 0.70 |
| HSL | 58.6º | 0.39% | 0.21% | - |
| HSV(B) | 58.6º | 0.57% | 0.3% | - |
| XYZ | 5.77 | 6.68 | 2.42 | - |
| YUV | 70.51 | 106.83 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 75 | 33 | 0 | 0.01 | 0.57 | 0.70 | 58.6 | 0.39 | 0.21 |
| Hex | 4C | 4B | 21 | 0 | 1 | 39 | 46 | 3B | 27 | 15 |
| Octal | 114 | 113 | 41 | 0 | 1 | 71 | 106 | 73 | 47 | 25 |
| Binary | 1001100 | 1001011 | 100001 | 0 | 1 | 111001 | 1000110 | 111011 | 100111 | 10101 |
Color Harmonies of #4C4B21
Complementary color
Monochromatic Colors of #4C4B21
Black with #4C4B21
Text Example
Text Example
White with #4C4B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4B21; }
p { color: rgb(76,75,33); }
H1.HeaderClassName
{
color: #4C4B21;
}
.AnyTagClassName
{
color: #4C4B21;
}
</style>
background-color css
<style>
a { background-color: #4C4B21; }
a { background-color: rgb(76,75,33); }
div.DivClassName
{
background-color: #4C4B21;
}
.BgClassName
{
background-color: #4C4B21;
}
</style>
border-color css
<style>
span { border-color: #4C4B21; }
span { border-color: rgb(76,75,33); }
td.TdClassName
{
border-color: #4C4B21;
}
.TagClassName
{
border-color: #4C4B21;
}
</style>