Shades of Army green #4B4A16
Tints of Army green #4B4A16
RGB
CMYK
RGB Variations
Color information
#4B4A16 (or 0x4B4A16) is known color: Army green. HEX triplet: 4B, 4A and 16. RGB value is (75,74,22). Sum of RGB (Red+Green+Blue) = 75+74+22=171 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.86% from 171); Green value is 74 (29.30% from 255 or 43.27% from 171); Blue value is 22 (8.98% from 255 or 12.87% from 171); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B4A16 is #B4B5E9. Grayscale: #444444. Windows color (decimal): -11843050 or 1460811. OLE color: 1460811.
HSL color Cylindrical-coordinate representation of color #4B4A16: hue angle of 58.87º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4B4A16 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 74 | 22 | - |
| CMYK | 0 | 0.01 | 0.71 | 0.71 |
| HSL | 58.87º | 0.55% | 0.19% | - |
| HSV(B) | 58.87º | 0.71% | 0.29% | - |
| XYZ | 5.5 | 6.45 | 1.71 | - |
| YUV | 68.37 | 101.83 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 74 | 22 | 0 | 0.01 | 0.71 | 0.71 | 58.87 | 0.55 | 0.19 |
| Hex | 4B | 4A | 16 | 0 | 1 | 47 | 47 | 3B | 37 | 13 |
| Octal | 113 | 112 | 26 | 0 | 1 | 107 | 107 | 73 | 67 | 23 |
| Binary | 1001011 | 1001010 | 10110 | 0 | 1 | 1000111 | 1000111 | 111011 | 110111 | 10011 |
Color Harmonies of #4B4A16
Complementary color
Monochromatic Colors of #4B4A16
Black with #4B4A16
Text Example
Text Example
White with #4B4A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4A16; }
p { color: rgb(75,74,22); }
H1.HeaderClassName
{
color: #4B4A16;
}
.AnyTagClassName
{
color: #4B4A16;
}
</style>
background-color css
<style>
a { background-color: #4B4A16; }
a { background-color: rgb(75,74,22); }
div.DivClassName
{
background-color: #4B4A16;
}
.BgClassName
{
background-color: #4B4A16;
}
</style>
border-color css
<style>
span { border-color: #4B4A16; }
span { border-color: rgb(75,74,22); }
td.TdClassName
{
border-color: #4B4A16;
}
.TagClassName
{
border-color: #4B4A16;
}
</style>