Shades of Army green #474A25
Tints of Army green #474A25
RGB
CMYK
RGB Variations
Color information
#474A25 (or 0x474A25) is known color: Army green. HEX triplet: 47, 4A and 25. RGB value is (71,74,37). Sum of RGB (Red+Green+Blue) = 71+74+37=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 74 (29.30% from 255 or 40.66% from 182); Blue value is 37 (14.84% from 255 or 20.33% from 182); Max value from RGB is 74 - color contains mainly: green. Hex color #474A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474A25 is #B8B5DA. Grayscale: #454545. Windows color (decimal): -12105179 or 2443847. OLE color: 2443847.
HSL color Cylindrical-coordinate representation of color #474A25: hue angle of 64.86º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #474A25 is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 71 | 74 | 37 | - |
| CMYK | 0.04 | 0 | 0.50 | 0.71 |
| HSL | 64.86º | 0.33% | 0.22% | - |
| HSV(B) | 64.86º | 0.5% | 0.29% | - |
| XYZ | 5.38 | 6.37 | 2.7 | - |
| YUV | 68.89 | 110.01 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 74 | 37 | 0.04 | 0 | 0.50 | 0.71 | 64.86 | 0.33 | 0.22 |
| Hex | 47 | 4A | 25 | 4 | 0 | 32 | 47 | 41 | 21 | 16 |
| Octal | 107 | 112 | 45 | 4 | 0 | 62 | 107 | 101 | 41 | 26 |
| Binary | 1000111 | 1001010 | 100101 | 100 | 0 | 110010 | 1000111 | 1000001 | 100001 | 10110 |
Color Harmonies of #474A25
Complementary color
Monochromatic Colors of #474A25
Black with #474A25
Text Example
Text Example
White with #474A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474A25; }
p { color: rgb(71,74,37); }
H1.HeaderClassName
{
color: #474A25;
}
.AnyTagClassName
{
color: #474A25;
}
</style>
background-color css
<style>
a { background-color: #474A25; }
a { background-color: rgb(71,74,37); }
div.DivClassName
{
background-color: #474A25;
}
.BgClassName
{
background-color: #474A25;
}
</style>
border-color css
<style>
span { border-color: #474A25; }
span { border-color: rgb(71,74,37); }
td.TdClassName
{
border-color: #474A25;
}
.TagClassName
{
border-color: #474A25;
}
</style>