Shades of Army green #4F5A23
Tints of Army green #4F5A23
RGB
CMYK
RGB Variations
Color information
#4F5A23 (or 0x4F5A23) is known color: Army green. HEX triplet: 4F, 5A and 23. RGB value is (79,90,35). Sum of RGB (Red+Green+Blue) = 79+90+35=204 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.73% from 204); Green value is 90 (35.55% from 255 or 44.12% from 204); Blue value is 35 (14.06% from 255 or 17.16% from 204); Max value from RGB is 90 - color contains mainly: green. Hex color #4F5A23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5A23 is #B0A5DC. Grayscale: #505050. Windows color (decimal): -11576797 or 2316879. OLE color: 2316879.
HSL color Cylindrical-coordinate representation of color #4F5A23: hue angle of 72º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F5A23 is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 79 | 90 | 35 | - |
| CMYK | 0.12 | 0 | 0.61 | 0.65 |
| HSL | 72º | 0.44% | 0.25% | - |
| HSV(B) | 72º | 0.61% | 0.35% | - |
| XYZ | 7.18 | 9.1 | 2.97 | - |
| YUV | 80.44 | 102.36 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 90 | 35 | 0.12 | 0 | 0.61 | 0.65 | 72 | 0.44 | 0.25 |
| Hex | 4F | 5A | 23 | C | 0 | 3D | 41 | 48 | 2C | 19 |
| Octal | 117 | 132 | 43 | 14 | 0 | 75 | 101 | 110 | 54 | 31 |
| Binary | 1001111 | 1011010 | 100011 | 1100 | 0 | 111101 | 1000001 | 1001000 | 101100 | 11001 |
Color Harmonies of #4F5A23
Complementary color
Monochromatic Colors of #4F5A23
Black with #4F5A23
Text Example
Text Example
White with #4F5A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5A23; }
p { color: rgb(79,90,35); }
H1.HeaderClassName
{
color: #4F5A23;
}
.AnyTagClassName
{
color: #4F5A23;
}
</style>
background-color css
<style>
a { background-color: #4F5A23; }
a { background-color: rgb(79,90,35); }
div.DivClassName
{
background-color: #4F5A23;
}
.BgClassName
{
background-color: #4F5A23;
}
</style>
border-color css
<style>
span { border-color: #4F5A23; }
span { border-color: rgb(79,90,35); }
td.TdClassName
{
border-color: #4F5A23;
}
.TagClassName
{
border-color: #4F5A23;
}
</style>