Shades of Army green #4F5723
Tints of Army green #4F5723
RGB
CMYK
RGB Variations
Color information
#4F5723 (or 0x4F5723) is known color: Army green. HEX triplet: 4F, 57 and 23. RGB value is (79,87,35). Sum of RGB (Red+Green+Blue) = 79+87+35=201 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.30% from 201); Green value is 87 (34.38% from 255 or 43.28% from 201); Blue value is 35 (14.06% from 255 or 17.41% from 201); Max value from RGB is 87 - color contains mainly: green. Hex color #4F5723 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5723 is #B0A8DC. Grayscale: #4E4E4E. Windows color (decimal): -11577565 or 2316111. OLE color: 2316111.
HSL color Cylindrical-coordinate representation of color #4F5723: hue angle of 69.23º 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 #4F5723 is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 79 | 87 | 35 | - |
| CMYK | 0.09 | 0 | 0.60 | 0.66 |
| HSL | 69.23º | 0.43% | 0.24% | - |
| HSV(B) | 69.23º | 0.6% | 0.34% | - |
| XYZ | 6.94 | 8.6 | 2.88 | - |
| YUV | 78.68 | 103.35 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 87 | 35 | 0.09 | 0 | 0.60 | 0.66 | 69.23 | 0.43 | 0.24 |
| Hex | 4F | 57 | 23 | 9 | 0 | 3C | 42 | 45 | 2B | 18 |
| Octal | 117 | 127 | 43 | 11 | 0 | 74 | 102 | 105 | 53 | 30 |
| Binary | 1001111 | 1010111 | 100011 | 1001 | 0 | 111100 | 1000010 | 1000101 | 101011 | 11000 |
Color Harmonies of #4F5723
Complementary color
Monochromatic Colors of #4F5723
Black with #4F5723
Text Example
Text Example
White with #4F5723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5723; }
p { color: rgb(79,87,35); }
H1.HeaderClassName
{
color: #4F5723;
}
.AnyTagClassName
{
color: #4F5723;
}
</style>
background-color css
<style>
a { background-color: #4F5723; }
a { background-color: rgb(79,87,35); }
div.DivClassName
{
background-color: #4F5723;
}
.BgClassName
{
background-color: #4F5723;
}
</style>
border-color css
<style>
span { border-color: #4F5723; }
span { border-color: rgb(79,87,35); }
td.TdClassName
{
border-color: #4F5723;
}
.TagClassName
{
border-color: #4F5723;
}
</style>