Shades of Army green #4B5A20
Tints of Army green #4B5A20
RGB
CMYK
RGB Variations
Color information
#4B5A20 (or 0x4B5A20) is known color: Army green. HEX triplet: 4B, 5A and 20. RGB value is (75,90,32). Sum of RGB (Red+Green+Blue) = 75+90+32=197 (26% of max value = 765). Red value is 75 (29.69% from 255 or 38.07% from 197); Green value is 90 (35.55% from 255 or 45.69% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 90 - color contains mainly: green. Hex color #4B5A20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5A20 is #B4A5DF. Grayscale: #4F4F4F. Windows color (decimal): -11838944 or 2120267. OLE color: 2120267.
HSL color Cylindrical-coordinate representation of color #4B5A20: hue angle of 75.52º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4B5A20 is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 90 | 32 | - |
| CMYK | 0.17 | 0 | 0.64 | 0.65 |
| HSL | 75.52º | 0.48% | 0.24% | - |
| HSV(B) | 75.52º | 0.64% | 0.35% | - |
| XYZ | 6.82 | 8.91 | 2.73 | - |
| YUV | 78.9 | 101.53 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 90 | 32 | 0.17 | 0 | 0.64 | 0.65 | 75.52 | 0.48 | 0.24 |
| Hex | 4B | 5A | 20 | 11 | 0 | 40 | 41 | 4C | 30 | 18 |
| Octal | 113 | 132 | 40 | 21 | 0 | 100 | 101 | 114 | 60 | 30 |
| Binary | 1001011 | 1011010 | 100000 | 10001 | 0 | 1000000 | 1000001 | 1001100 | 110000 | 11000 |
Color Harmonies of #4B5A20
Complementary color
Monochromatic Colors of #4B5A20
Black with #4B5A20
Text Example
Text Example
White with #4B5A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5A20; }
p { color: rgb(75,90,32); }
H1.HeaderClassName
{
color: #4B5A20;
}
.AnyTagClassName
{
color: #4B5A20;
}
</style>
background-color css
<style>
a { background-color: #4B5A20; }
a { background-color: rgb(75,90,32); }
div.DivClassName
{
background-color: #4B5A20;
}
.BgClassName
{
background-color: #4B5A20;
}
</style>
border-color css
<style>
span { border-color: #4B5A20; }
span { border-color: rgb(75,90,32); }
td.TdClassName
{
border-color: #4B5A20;
}
.TagClassName
{
border-color: #4B5A20;
}
</style>