Shades of Army green #4F6021
Tints of Army green #4F6021
RGB
CMYK
RGB Variations
Color information
#4F6021 (or 0x4F6021) is known color: Army green. HEX triplet: 4F, 60 and 21. RGB value is (79,96,33). Sum of RGB (Red+Green+Blue) = 79+96+33=208 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.98% from 208); Green value is 96 (37.89% from 255 or 46.15% from 208); Blue value is 33 (13.28% from 255 or 15.87% from 208); Max value from RGB is 96 - color contains mainly: green. Hex color #4F6021 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6021 is #B09FDE. Grayscale: #535353. Windows color (decimal): -11575263 or 2187343. OLE color: 2187343.
HSL color Cylindrical-coordinate representation of color #4F6021: hue angle of 76.19º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4F6021 is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 79 | 96 | 33 | - |
| CMYK | 0.18 | 0 | 0.66 | 0.62 |
| HSL | 76.19º | 0.49% | 0.25% | - |
| HSV(B) | 76.19º | 0.66% | 0.38% | - |
| XYZ | 7.68 | 10.14 | 2.99 | - |
| YUV | 83.74 | 99.37 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 96 | 33 | 0.18 | 0 | 0.66 | 0.62 | 76.19 | 0.49 | 0.25 |
| Hex | 4F | 60 | 21 | 12 | 0 | 42 | 3E | 4C | 31 | 19 |
| Octal | 117 | 140 | 41 | 22 | 0 | 102 | 76 | 114 | 61 | 31 |
| Binary | 1001111 | 1100000 | 100001 | 10010 | 0 | 1000010 | 111110 | 1001100 | 110001 | 11001 |
Color Harmonies of #4F6021
Complementary color
Monochromatic Colors of #4F6021
Black with #4F6021
Text Example
Text Example
White with #4F6021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6021; }
p { color: rgb(79,96,33); }
H1.HeaderClassName
{
color: #4F6021;
}
.AnyTagClassName
{
color: #4F6021;
}
</style>
background-color css
<style>
a { background-color: #4F6021; }
a { background-color: rgb(79,96,33); }
div.DivClassName
{
background-color: #4F6021;
}
.BgClassName
{
background-color: #4F6021;
}
</style>
border-color css
<style>
span { border-color: #4F6021; }
span { border-color: rgb(79,96,33); }
td.TdClassName
{
border-color: #4F6021;
}
.TagClassName
{
border-color: #4F6021;
}
</style>