Shades of Army green #4B5127
Tints of Army green #4B5127
RGB
CMYK
RGB Variations
Color information
#4B5127 (or 0x4B5127) is known color: Army green. HEX triplet: 4B, 51 and 27. RGB value is (75,81,39). Sum of RGB (Red+Green+Blue) = 75+81+39=195 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.46% from 195); Green value is 81 (32.03% from 255 or 41.54% from 195); Blue value is 39 (15.62% from 255 or 20% from 195); Max value from RGB is 81 - color contains mainly: green. Hex color #4B5127 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5127 is #B4AED8. Grayscale: #4A4A4A. Windows color (decimal): -11841241 or 2576715. OLE color: 2576715.
HSL color Cylindrical-coordinate representation of color #4B5127: hue angle of 68.57º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B5127 is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 75 | 81 | 39 | - |
| CMYK | 0.07 | 0 | 0.52 | 0.68 |
| HSL | 68.57º | 0.35% | 0.24% | - |
| HSV(B) | 68.57º | 0.52% | 0.32% | - |
| XYZ | 6.21 | 7.53 | 3.05 | - |
| YUV | 74.42 | 108.01 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 81 | 39 | 0.07 | 0 | 0.52 | 0.68 | 68.57 | 0.35 | 0.24 |
| Hex | 4B | 51 | 27 | 7 | 0 | 34 | 44 | 45 | 23 | 18 |
| Octal | 113 | 121 | 47 | 7 | 0 | 64 | 104 | 105 | 43 | 30 |
| Binary | 1001011 | 1010001 | 100111 | 111 | 0 | 110100 | 1000100 | 1000101 | 100011 | 11000 |
Color Harmonies of #4B5127
Complementary color
Monochromatic Colors of #4B5127
Black with #4B5127
Text Example
Text Example
White with #4B5127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5127; }
p { color: rgb(75,81,39); }
H1.HeaderClassName
{
color: #4B5127;
}
.AnyTagClassName
{
color: #4B5127;
}
</style>
background-color css
<style>
a { background-color: #4B5127; }
a { background-color: rgb(75,81,39); }
div.DivClassName
{
background-color: #4B5127;
}
.BgClassName
{
background-color: #4B5127;
}
</style>
border-color css
<style>
span { border-color: #4B5127; }
span { border-color: rgb(75,81,39); }
td.TdClassName
{
border-color: #4B5127;
}
.TagClassName
{
border-color: #4B5127;
}
</style>