Shades of Army green #4B5327
Tints of Army green #4B5327
RGB
CMYK
RGB Variations
Color information
#4B5327 (or 0x4B5327) is known color: Army green. HEX triplet: 4B, 53 and 27. RGB value is (75,83,39). Sum of RGB (Red+Green+Blue) = 75+83+39=197 (26% of max value = 765). Red value is 75 (29.69% from 255 or 38.07% from 197); Green value is 83 (32.81% from 255 or 42.13% from 197); Blue value is 39 (15.62% from 255 or 19.80% from 197); Max value from RGB is 83 - color contains mainly: green. Hex color #4B5327 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5327 is #B4ACD8. Grayscale: #4B4B4B. Windows color (decimal): -11840729 or 2577227. OLE color: 2577227.
HSL color Cylindrical-coordinate representation of color #4B5327: hue angle of 70.91º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4B5327 is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 75 | 83 | 39 | - |
| CMYK | 0.10 | 0 | 0.53 | 0.67 |
| HSL | 70.91º | 0.36% | 0.24% | - |
| HSV(B) | 70.91º | 0.53% | 0.33% | - |
| XYZ | 6.36 | 7.83 | 3.1 | - |
| YUV | 75.59 | 107.35 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 83 | 39 | 0.10 | 0 | 0.53 | 0.67 | 70.91 | 0.36 | 0.24 |
| Hex | 4B | 53 | 27 | A | 0 | 35 | 43 | 47 | 24 | 18 |
| Octal | 113 | 123 | 47 | 12 | 0 | 65 | 103 | 107 | 44 | 30 |
| Binary | 1001011 | 1010011 | 100111 | 1010 | 0 | 110101 | 1000011 | 1000111 | 100100 | 11000 |
Color Harmonies of #4B5327
Complementary color
Monochromatic Colors of #4B5327
Black with #4B5327
Text Example
Text Example
White with #4B5327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5327; }
p { color: rgb(75,83,39); }
H1.HeaderClassName
{
color: #4B5327;
}
.AnyTagClassName
{
color: #4B5327;
}
</style>
background-color css
<style>
a { background-color: #4B5327; }
a { background-color: rgb(75,83,39); }
div.DivClassName
{
background-color: #4B5327;
}
.BgClassName
{
background-color: #4B5327;
}
</style>
border-color css
<style>
span { border-color: #4B5327; }
span { border-color: rgb(75,83,39); }
td.TdClassName
{
border-color: #4B5327;
}
.TagClassName
{
border-color: #4B5327;
}
</style>