Shades of Army green #4B5322
Tints of Army green #4B5322
RGB
CMYK
RGB Variations
Color information
#4B5322 (or 0x4B5322) is known color: Army green. HEX triplet: 4B, 53 and 22. RGB value is (75,83,34). Sum of RGB (Red+Green+Blue) = 75+83+34=192 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.06% from 192); Green value is 83 (32.81% from 255 or 43.23% from 192); Blue value is 34 (13.67% from 255 or 17.71% from 192); Max value from RGB is 83 - color contains mainly: green. Hex color #4B5322 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5322 is #B4ACDD. Grayscale: #4B4B4B. Windows color (decimal): -11840734 or 2249547. OLE color: 2249547.
HSL color Cylindrical-coordinate representation of color #4B5322: hue angle of 69.8º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4B5322 is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 75 | 83 | 34 | - |
| CMYK | 0.10 | 0 | 0.59 | 0.67 |
| HSL | 69.8º | 0.42% | 0.23% | - |
| HSV(B) | 69.8º | 0.59% | 0.33% | - |
| XYZ | 6.28 | 7.8 | 2.69 | - |
| YUV | 75.02 | 104.85 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 83 | 34 | 0.10 | 0 | 0.59 | 0.67 | 69.8 | 0.42 | 0.23 |
| Hex | 4B | 53 | 22 | A | 0 | 3B | 43 | 46 | 2A | 17 |
| Octal | 113 | 123 | 42 | 12 | 0 | 73 | 103 | 106 | 52 | 27 |
| Binary | 1001011 | 1010011 | 100010 | 1010 | 0 | 111011 | 1000011 | 1000110 | 101010 | 10111 |
Color Harmonies of #4B5322
Complementary color
Monochromatic Colors of #4B5322
Black with #4B5322
Text Example
Text Example
White with #4B5322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5322; }
p { color: rgb(75,83,34); }
H1.HeaderClassName
{
color: #4B5322;
}
.AnyTagClassName
{
color: #4B5322;
}
</style>
background-color css
<style>
a { background-color: #4B5322; }
a { background-color: rgb(75,83,34); }
div.DivClassName
{
background-color: #4B5322;
}
.BgClassName
{
background-color: #4B5322;
}
</style>
border-color css
<style>
span { border-color: #4B5322; }
span { border-color: rgb(75,83,34); }
td.TdClassName
{
border-color: #4B5322;
}
.TagClassName
{
border-color: #4B5322;
}
</style>