Shades of Army green #4B5129
Tints of Army green #4B5129
RGB
CMYK
RGB Variations
Color information
#4B5129 (or 0x4B5129) is known color: Army green. HEX triplet: 4B, 51 and 29. RGB value is (75,81,41). Sum of RGB (Red+Green+Blue) = 75+81+41=197 (26% of max value = 765). Red value is 75 (29.69% from 255 or 38.07% from 197); Green value is 81 (32.03% from 255 or 41.12% from 197); Blue value is 41 (16.41% from 255 or 20.81% from 197); Max value from RGB is 81 - color contains mainly: green. Hex color #4B5129 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5129 is #B4AED6. Grayscale: #4A4A4A. Windows color (decimal): -11841239 or 2707787. OLE color: 2707787.
HSL color Cylindrical-coordinate representation of color #4B5129: hue angle of 69º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B5129 is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 75 | 81 | 41 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.68 |
| HSL | 69º | 0.33% | 0.24% | - |
| HSV(B) | 69º | 0.49% | 0.32% | - |
| XYZ | 6.24 | 7.54 | 3.22 | - |
| YUV | 74.65 | 109.01 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 81 | 41 | 0.07 | 0 | 0.49 | 0.68 | 69 | 0.33 | 0.24 |
| Hex | 4B | 51 | 29 | 7 | 0 | 31 | 44 | 45 | 21 | 18 |
| Octal | 113 | 121 | 51 | 7 | 0 | 61 | 104 | 105 | 41 | 30 |
| Binary | 1001011 | 1010001 | 101001 | 111 | 0 | 110001 | 1000100 | 1000101 | 100001 | 11000 |
Color Harmonies of #4B5129
Complementary color
Monochromatic Colors of #4B5129
Black with #4B5129
Text Example
Text Example
White with #4B5129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5129; }
p { color: rgb(75,81,41); }
H1.HeaderClassName
{
color: #4B5129;
}
.AnyTagClassName
{
color: #4B5129;
}
</style>
background-color css
<style>
a { background-color: #4B5129; }
a { background-color: rgb(75,81,41); }
div.DivClassName
{
background-color: #4B5129;
}
.BgClassName
{
background-color: #4B5129;
}
</style>
border-color css
<style>
span { border-color: #4B5129; }
span { border-color: rgb(75,81,41); }
td.TdClassName
{
border-color: #4B5129;
}
.TagClassName
{
border-color: #4B5129;
}
</style>