Shades of Army green #4A4F28
Tints of Army green #4A4F28
RGB
CMYK
RGB Variations
Color information
#4A4F28 (or 0x4A4F28) is known color: Army green. HEX triplet: 4A, 4F and 28. RGB value is (74,79,40). Sum of RGB (Red+Green+Blue) = 74+79+40=193 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.34% from 193); Green value is 79 (31.25% from 255 or 40.93% from 193); Blue value is 40 (16.02% from 255 or 20.73% from 193); Max value from RGB is 79 - color contains mainly: green. Hex color #4A4F28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A4F28 is #B5B0D7. Grayscale: #494949. Windows color (decimal): -11907288 or 2641738. OLE color: 2641738.
HSL color Cylindrical-coordinate representation of color #4A4F28: hue angle of 67.69º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4A4F28 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 74 | 79 | 40 | - |
| CMYK | 0.06 | 0 | 0.49 | 0.69 |
| HSL | 67.69º | 0.33% | 0.23% | - |
| HSV(B) | 67.69º | 0.49% | 0.31% | - |
| XYZ | 6 | 7.2 | 3.08 | - |
| YUV | 73.06 | 109.34 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 79 | 40 | 0.06 | 0 | 0.49 | 0.69 | 67.69 | 0.33 | 0.23 |
| Hex | 4A | 4F | 28 | 6 | 0 | 31 | 45 | 44 | 21 | 17 |
| Octal | 112 | 117 | 50 | 6 | 0 | 61 | 105 | 104 | 41 | 27 |
| Binary | 1001010 | 1001111 | 101000 | 110 | 0 | 110001 | 1000101 | 1000100 | 100001 | 10111 |
Color Harmonies of #4A4F28
Complementary color
Monochromatic Colors of #4A4F28
Black with #4A4F28
Text Example
Text Example
White with #4A4F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4F28; }
p { color: rgb(74,79,40); }
H1.HeaderClassName
{
color: #4A4F28;
}
.AnyTagClassName
{
color: #4A4F28;
}
</style>
background-color css
<style>
a { background-color: #4A4F28; }
a { background-color: rgb(74,79,40); }
div.DivClassName
{
background-color: #4A4F28;
}
.BgClassName
{
background-color: #4A4F28;
}
</style>
border-color css
<style>
span { border-color: #4A4F28; }
span { border-color: rgb(74,79,40); }
td.TdClassName
{
border-color: #4A4F28;
}
.TagClassName
{
border-color: #4A4F28;
}
</style>