Shades of Army green #4A5027
Tints of Army green #4A5027
RGB
CMYK
RGB Variations
Color information
#4A5027 (or 0x4A5027) is known color: Army green. HEX triplet: 4A, 50 and 27. RGB value is (74,80,39). Sum of RGB (Red+Green+Blue) = 74+80+39=193 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.34% from 193); Green value is 80 (31.64% from 255 or 41.45% from 193); Blue value is 39 (15.62% from 255 or 20.21% from 193); Max value from RGB is 80 - color contains mainly: green. Hex color #4A5027 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5027 is #B5AFD8. Grayscale: #494949. Windows color (decimal): -11907033 or 2576458. OLE color: 2576458.
HSL color Cylindrical-coordinate representation of color #4A5027: hue angle of 68.78º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A5027 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 74 | 80 | 39 | - |
| CMYK | 0.08 | 0 | 0.51 | 0.69 |
| HSL | 68.78º | 0.34% | 0.23% | - |
| HSV(B) | 68.78º | 0.51% | 0.31% | - |
| XYZ | 6.06 | 7.34 | 3.02 | - |
| YUV | 73.53 | 108.51 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 80 | 39 | 0.08 | 0 | 0.51 | 0.69 | 68.78 | 0.34 | 0.23 |
| Hex | 4A | 50 | 27 | 8 | 0 | 33 | 45 | 45 | 22 | 17 |
| Octal | 112 | 120 | 47 | 10 | 0 | 63 | 105 | 105 | 42 | 27 |
| Binary | 1001010 | 1010000 | 100111 | 1000 | 0 | 110011 | 1000101 | 1000101 | 100010 | 10111 |
Color Harmonies of #4A5027
Complementary color
Monochromatic Colors of #4A5027
Black with #4A5027
Text Example
Text Example
White with #4A5027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5027; }
p { color: rgb(74,80,39); }
H1.HeaderClassName
{
color: #4A5027;
}
.AnyTagClassName
{
color: #4A5027;
}
</style>
background-color css
<style>
a { background-color: #4A5027; }
a { background-color: rgb(74,80,39); }
div.DivClassName
{
background-color: #4A5027;
}
.BgClassName
{
background-color: #4A5027;
}
</style>
border-color css
<style>
span { border-color: #4A5027; }
span { border-color: rgb(74,80,39); }
td.TdClassName
{
border-color: #4A5027;
}
.TagClassName
{
border-color: #4A5027;
}
</style>