Shades of Army green #4A5723
Tints of Army green #4A5723
RGB
CMYK
RGB Variations
Color information
#4A5723 (or 0x4A5723) is known color: Army green. HEX triplet: 4A, 57 and 23. RGB value is (74,87,35). Sum of RGB (Red+Green+Blue) = 74+87+35=196 (25% of max value = 765). Red value is 74 (29.30% from 255 or 37.76% from 196); Green value is 87 (34.38% from 255 or 44.39% from 196); Blue value is 35 (14.06% from 255 or 17.86% from 196); Max value from RGB is 87 - color contains mainly: green. Hex color #4A5723 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5723 is #B5A8DC. Grayscale: #4D4D4D. Windows color (decimal): -11905245 or 2316106. OLE color: 2316106.
HSL color Cylindrical-coordinate representation of color #4A5723: hue angle of 75º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4A5723 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 74 | 87 | 35 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.66 |
| HSL | 75º | 0.43% | 0.24% | - |
| HSV(B) | 75º | 0.6% | 0.34% | - |
| XYZ | 6.54 | 8.39 | 2.87 | - |
| YUV | 77.19 | 104.19 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 87 | 35 | 0.15 | 0 | 0.60 | 0.66 | 75 | 0.43 | 0.24 |
| Hex | 4A | 57 | 23 | F | 0 | 3C | 42 | 4B | 2B | 18 |
| Octal | 112 | 127 | 43 | 17 | 0 | 74 | 102 | 113 | 53 | 30 |
| Binary | 1001010 | 1010111 | 100011 | 1111 | 0 | 111100 | 1000010 | 1001011 | 101011 | 11000 |
Color Harmonies of #4A5723
Complementary color
Monochromatic Colors of #4A5723
Black with #4A5723
Text Example
Text Example
White with #4A5723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5723; }
p { color: rgb(74,87,35); }
H1.HeaderClassName
{
color: #4A5723;
}
.AnyTagClassName
{
color: #4A5723;
}
</style>
background-color css
<style>
a { background-color: #4A5723; }
a { background-color: rgb(74,87,35); }
div.DivClassName
{
background-color: #4A5723;
}
.BgClassName
{
background-color: #4A5723;
}
</style>
border-color css
<style>
span { border-color: #4A5723; }
span { border-color: rgb(74,87,35); }
td.TdClassName
{
border-color: #4A5723;
}
.TagClassName
{
border-color: #4A5723;
}
</style>