Shades of Army green #4C4A1B
Tints of Army green #4C4A1B
RGB
CMYK
RGB Variations
Color information
#4C4A1B (or 0x4C4A1B) is known color: Army green. HEX triplet: 4C, 4A and 1B. RGB value is (76,74,27). Sum of RGB (Red+Green+Blue) = 76+74+27=177 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.94% from 177); Green value is 74 (29.30% from 255 or 41.81% from 177); Blue value is 27 (10.94% from 255 or 15.25% from 177); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4A1B is #B3B5E4. Grayscale: #454545. Windows color (decimal): -11777509 or 1788492. OLE color: 1788492.
HSL color Cylindrical-coordinate representation of color #4C4A1B: hue angle of 57.55º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4C4A1B is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 74 | 27 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.70 |
| HSL | 57.55º | 0.48% | 0.2% | - |
| HSV(B) | 57.55º | 0.64% | 0.3% | - |
| XYZ | 5.63 | 6.51 | 2 | - |
| YUV | 69.24 | 104.16 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 74 | 27 | 0 | 0.03 | 0.64 | 0.70 | 57.55 | 0.48 | 0.2 |
| Hex | 4C | 4A | 1B | 0 | 3 | 40 | 46 | 3A | 30 | 14 |
| Octal | 114 | 112 | 33 | 0 | 3 | 100 | 106 | 72 | 60 | 24 |
| Binary | 1001100 | 1001010 | 11011 | 0 | 11 | 1000000 | 1000110 | 111010 | 110000 | 10100 |
Color Harmonies of #4C4A1B
Complementary color
Monochromatic Colors of #4C4A1B
Black with #4C4A1B
Text Example
Text Example
White with #4C4A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4A1B; }
p { color: rgb(76,74,27); }
H1.HeaderClassName
{
color: #4C4A1B;
}
.AnyTagClassName
{
color: #4C4A1B;
}
</style>
background-color css
<style>
a { background-color: #4C4A1B; }
a { background-color: rgb(76,74,27); }
div.DivClassName
{
background-color: #4C4A1B;
}
.BgClassName
{
background-color: #4C4A1B;
}
</style>
border-color css
<style>
span { border-color: #4C4A1B; }
span { border-color: rgb(76,74,27); }
td.TdClassName
{
border-color: #4C4A1B;
}
.TagClassName
{
border-color: #4C4A1B;
}
</style>