Shades of Army green #4B512A
Tints of Army green #4B512A
RGB
CMYK
RGB Variations
Color information
#4B512A (or 0x4B512A) is known color: Army green. HEX triplet: 4B, 51 and 2A. RGB value is (75,81,42). Sum of RGB (Red+Green+Blue) = 75+81+42=198 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.88% from 198); Green value is 81 (32.03% from 255 or 40.91% from 198); Blue value is 42 (16.80% from 255 or 21.21% from 198); Max value from RGB is 81 - color contains mainly: green. Hex color #4B512A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B512A is #B4AED5. Grayscale: #4A4A4A. Windows color (decimal): -11841238 or 2773323. OLE color: 2773323.
HSL color Cylindrical-coordinate representation of color #4B512A: hue angle of 69.23º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B512A is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 75 | 81 | 42 | - |
| CMYK | 0.07 | 0 | 0.48 | 0.68 |
| HSL | 69.23º | 0.32% | 0.24% | - |
| HSV(B) | 69.23º | 0.48% | 0.32% | - |
| XYZ | 6.26 | 7.55 | 3.32 | - |
| YUV | 74.76 | 109.51 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 81 | 42 | 0.07 | 0 | 0.48 | 0.68 | 69.23 | 0.32 | 0.24 |
| Hex | 4B | 51 | 2A | 7 | 0 | 30 | 44 | 45 | 20 | 18 |
| Octal | 113 | 121 | 52 | 7 | 0 | 60 | 104 | 105 | 40 | 30 |
| Binary | 1001011 | 1010001 | 101010 | 111 | 0 | 110000 | 1000100 | 1000101 | 100000 | 11000 |
Color Harmonies of #4B512A
Complementary color
Monochromatic Colors of #4B512A
Black with #4B512A
Text Example
Text Example
White with #4B512A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B512A; }
p { color: rgb(75,81,42); }
H1.HeaderClassName
{
color: #4B512A;
}
.AnyTagClassName
{
color: #4B512A;
}
</style>
background-color css
<style>
a { background-color: #4B512A; }
a { background-color: rgb(75,81,42); }
div.DivClassName
{
background-color: #4B512A;
}
.BgClassName
{
background-color: #4B512A;
}
</style>
border-color css
<style>
span { border-color: #4B512A; }
span { border-color: rgb(75,81,42); }
td.TdClassName
{
border-color: #4B512A;
}
.TagClassName
{
border-color: #4B512A;
}
</style>