Shades of Army green #4B4B16
Tints of Army green #4B4B16
RGB
CMYK
RGB Variations
Color information
#4B4B16 (or 0x4B4B16) is known color: Army green. HEX triplet: 4B, 4B and 16. RGB value is (75,75,22). Sum of RGB (Red+Green+Blue) = 75+75+22=172 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.60% from 172); Green value is 75 (29.69% from 255 or 43.60% from 172); Blue value is 22 (8.98% from 255 or 12.79% from 172); Max value from RGB is 75 - color contains mainly: red, green. Hex color #4B4B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B4B16 is #B4B4E9. Grayscale: #454545. Windows color (decimal): -11842794 or 1461067. OLE color: 1461067.
HSL color Cylindrical-coordinate representation of color #4B4B16: hue angle of 60º 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 #4B4B16 is Cyan = 0, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 75 | 22 | - |
| CMYK | 0 | 0 | 0.71 | 0.71 |
| HSL | 60º | 0.55% | 0.19% | - |
| HSV(B) | 60º | 0.71% | 0.29% | - |
| XYZ | 5.56 | 6.59 | 1.74 | - |
| YUV | 68.96 | 101.5 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 75 | 22 | 0 | 0 | 0.71 | 0.71 | 60 | 0.55 | 0.19 |
| Hex | 4B | 4B | 16 | 0 | 0 | 47 | 47 | 3C | 37 | 13 |
| Octal | 113 | 113 | 26 | 0 | 0 | 107 | 107 | 74 | 67 | 23 |
| Binary | 1001011 | 1001011 | 10110 | 0 | 0 | 1000111 | 1000111 | 111100 | 110111 | 10011 |
Color Harmonies of #4B4B16
Complementary color
Monochromatic Colors of #4B4B16
Black with #4B4B16
Text Example
Text Example
White with #4B4B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4B16; }
p { color: rgb(75,75,22); }
H1.HeaderClassName
{
color: #4B4B16;
}
.AnyTagClassName
{
color: #4B4B16;
}
</style>
background-color css
<style>
a { background-color: #4B4B16; }
a { background-color: rgb(75,75,22); }
div.DivClassName
{
background-color: #4B4B16;
}
.BgClassName
{
background-color: #4B4B16;
}
</style>
border-color css
<style>
span { border-color: #4B4B16; }
span { border-color: rgb(75,75,22); }
td.TdClassName
{
border-color: #4B4B16;
}
.TagClassName
{
border-color: #4B4B16;
}
</style>