Shades of Army green #4B532B
Tints of Army green #4B532B
RGB
CMYK
RGB Variations
Color information
#4B532B (or 0x4B532B) is known color: Army green. HEX triplet: 4B, 53 and 2B. RGB value is (75,83,43). Sum of RGB (Red+Green+Blue) = 75+83+43=201 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.31% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 43 (17.19% from 255 or 21.39% from 201); Max value from RGB is 83 - color contains mainly: green. Hex color #4B532B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B532B is #B4ACD4. Grayscale: #4C4C4C. Windows color (decimal): -11840725 or 2839371. OLE color: 2839371.
HSL color Cylindrical-coordinate representation of color #4B532B: hue angle of 72º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B532B is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 75 | 83 | 43 | - |
| CMYK | 0.10 | 0 | 0.48 | 0.67 |
| HSL | 72º | 0.32% | 0.25% | - |
| HSV(B) | 72º | 0.48% | 0.33% | - |
| XYZ | 6.43 | 7.86 | 3.46 | - |
| YUV | 76.05 | 109.35 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 83 | 43 | 0.10 | 0 | 0.48 | 0.67 | 72 | 0.32 | 0.25 |
| Hex | 4B | 53 | 2B | A | 0 | 30 | 43 | 48 | 20 | 19 |
| Octal | 113 | 123 | 53 | 12 | 0 | 60 | 103 | 110 | 40 | 31 |
| Binary | 1001011 | 1010011 | 101011 | 1010 | 0 | 110000 | 1000011 | 1001000 | 100000 | 11001 |
Color Harmonies of #4B532B
Complementary color
Monochromatic Colors of #4B532B
Black with #4B532B
Text Example
Text Example
White with #4B532B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B532B; }
p { color: rgb(75,83,43); }
H1.HeaderClassName
{
color: #4B532B;
}
.AnyTagClassName
{
color: #4B532B;
}
</style>
background-color css
<style>
a { background-color: #4B532B; }
a { background-color: rgb(75,83,43); }
div.DivClassName
{
background-color: #4B532B;
}
.BgClassName
{
background-color: #4B532B;
}
</style>
border-color css
<style>
span { border-color: #4B532B; }
span { border-color: rgb(75,83,43); }
td.TdClassName
{
border-color: #4B532B;
}
.TagClassName
{
border-color: #4B532B;
}
</style>