Shades of Army green #4B541D
Tints of Army green #4B541D
RGB
CMYK
RGB Variations
Color information
#4B541D (or 0x4B541D) is known color: Army green. HEX triplet: 4B, 54 and 1D. RGB value is (75,84,29). Sum of RGB (Red+Green+Blue) = 75+84+29=188 (24% of max value = 765). Red value is 75 (29.69% from 255 or 39.89% from 188); Green value is 84 (33.20% from 255 or 44.68% from 188); Blue value is 29 (11.72% from 255 or 15.43% from 188); Max value from RGB is 84 - color contains mainly: green. Hex color #4B541D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B541D is #B4ABE2. Grayscale: #4B4B4B. Windows color (decimal): -11840483 or 1922123. OLE color: 1922123.
HSL color Cylindrical-coordinate representation of color #4B541D: hue angle of 69.82º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B541D is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 75 | 84 | 29 | - |
| CMYK | 0.11 | 0 | 0.65 | 0.67 |
| HSL | 69.82º | 0.49% | 0.22% | - |
| HSV(B) | 69.82º | 0.65% | 0.33% | - |
| XYZ | 6.29 | 7.93 | 2.36 | - |
| YUV | 75.04 | 102.02 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 84 | 29 | 0.11 | 0 | 0.65 | 0.67 | 69.82 | 0.49 | 0.22 |
| Hex | 4B | 54 | 1D | B | 0 | 41 | 43 | 46 | 31 | 16 |
| Octal | 113 | 124 | 35 | 13 | 0 | 101 | 103 | 106 | 61 | 26 |
| Binary | 1001011 | 1010100 | 11101 | 1011 | 0 | 1000001 | 1000011 | 1000110 | 110001 | 10110 |
Color Harmonies of #4B541D
Complementary color
Monochromatic Colors of #4B541D
Black with #4B541D
Text Example
Text Example
White with #4B541D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B541D; }
p { color: rgb(75,84,29); }
H1.HeaderClassName
{
color: #4B541D;
}
.AnyTagClassName
{
color: #4B541D;
}
</style>
background-color css
<style>
a { background-color: #4B541D; }
a { background-color: rgb(75,84,29); }
div.DivClassName
{
background-color: #4B541D;
}
.BgClassName
{
background-color: #4B541D;
}
</style>
border-color css
<style>
span { border-color: #4B541D; }
span { border-color: rgb(75,84,29); }
td.TdClassName
{
border-color: #4B541D;
}
.TagClassName
{
border-color: #4B541D;
}
</style>