Shades of Army green #4B5128
Tints of Army green #4B5128
RGB
CMYK
RGB Variations
Color information
#4B5128 (or 0x4B5128) is known color: Army green. HEX triplet: 4B, 51 and 28. RGB value is (75,81,40). Sum of RGB (Red+Green+Blue) = 75+81+40=196 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.27% from 196); Green value is 81 (32.03% from 255 or 41.33% from 196); Blue value is 40 (16.02% from 255 or 20.41% from 196); Max value from RGB is 81 - color contains mainly: green. Hex color #4B5128 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5128 is #B4AED7. Grayscale: #4A4A4A. Windows color (decimal): -11841240 or 2642251. OLE color: 2642251.
HSL color Cylindrical-coordinate representation of color #4B5128: hue angle of 68.78º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B5128 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 75 | 81 | 40 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.68 |
| HSL | 68.78º | 0.34% | 0.24% | - |
| HSV(B) | 68.78º | 0.51% | 0.32% | - |
| XYZ | 6.23 | 7.53 | 3.13 | - |
| YUV | 74.53 | 108.51 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 81 | 40 | 0.07 | 0 | 0.51 | 0.68 | 68.78 | 0.34 | 0.24 |
| Hex | 4B | 51 | 28 | 7 | 0 | 33 | 44 | 45 | 22 | 18 |
| Octal | 113 | 121 | 50 | 7 | 0 | 63 | 104 | 105 | 42 | 30 |
| Binary | 1001011 | 1010001 | 101000 | 111 | 0 | 110011 | 1000100 | 1000101 | 100010 | 11000 |
Color Harmonies of #4B5128
Complementary color
Monochromatic Colors of #4B5128
Black with #4B5128
Text Example
Text Example
White with #4B5128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5128; }
p { color: rgb(75,81,40); }
H1.HeaderClassName
{
color: #4B5128;
}
.AnyTagClassName
{
color: #4B5128;
}
</style>
background-color css
<style>
a { background-color: #4B5128; }
a { background-color: rgb(75,81,40); }
div.DivClassName
{
background-color: #4B5128;
}
.BgClassName
{
background-color: #4B5128;
}
</style>
border-color css
<style>
span { border-color: #4B5128; }
span { border-color: rgb(75,81,40); }
td.TdClassName
{
border-color: #4B5128;
}
.TagClassName
{
border-color: #4B5128;
}
</style>