Shades of Army green #4C4B14
Tints of Army green #4C4B14
RGB
CMYK
RGB Variations
Color information
#4C4B14 (or 0x4C4B14) is known color: Army green. HEX triplet: 4C, 4B and 14. RGB value is (76,75,20). Sum of RGB (Red+Green+Blue) = 76+75+20=171 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.44% from 171); Green value is 75 (29.69% from 255 or 43.86% from 171); Blue value is 20 (8.20% from 255 or 11.70% from 171); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C4B14 is #B3B4EB. Grayscale: #454545. Windows color (decimal): -11777260 or 1329996. OLE color: 1329996.
HSL color Cylindrical-coordinate representation of color #4C4B14: hue angle of 58.93º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4C4B14 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 75 | 20 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.70 |
| HSL | 58.93º | 0.58% | 0.19% | - |
| HSV(B) | 58.93º | 0.74% | 0.3% | - |
| XYZ | 5.62 | 6.62 | 1.64 | - |
| YUV | 69.03 | 100.33 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 75 | 20 | 0 | 0.01 | 0.74 | 0.70 | 58.93 | 0.58 | 0.19 |
| Hex | 4C | 4B | 14 | 0 | 1 | 4A | 46 | 3B | 3A | 13 |
| Octal | 114 | 113 | 24 | 0 | 1 | 112 | 106 | 73 | 72 | 23 |
| Binary | 1001100 | 1001011 | 10100 | 0 | 1 | 1001010 | 1000110 | 111011 | 111010 | 10011 |
Color Harmonies of #4C4B14
Complementary color
Monochromatic Colors of #4C4B14
Black with #4C4B14
Text Example
Text Example
White with #4C4B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4B14; }
p { color: rgb(76,75,20); }
H1.HeaderClassName
{
color: #4C4B14;
}
.AnyTagClassName
{
color: #4C4B14;
}
</style>
background-color css
<style>
a { background-color: #4C4B14; }
a { background-color: rgb(76,75,20); }
div.DivClassName
{
background-color: #4C4B14;
}
.BgClassName
{
background-color: #4C4B14;
}
</style>
border-color css
<style>
span { border-color: #4C4B14; }
span { border-color: rgb(76,75,20); }
td.TdClassName
{
border-color: #4C4B14;
}
.TagClassName
{
border-color: #4C4B14;
}
</style>