Shades of Army green #474C24
Tints of Army green #474C24
RGB
CMYK
RGB Variations
Color information
#474C24 (or 0x474C24) is known color: Army green. HEX triplet: 47, 4C and 24. RGB value is (71,76,36). Sum of RGB (Red+Green+Blue) = 71+76+36=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 76 (30.08% from 255 or 41.53% from 183); Blue value is 36 (14.45% from 255 or 19.67% from 183); Max value from RGB is 76 - color contains mainly: green. Hex color #474C24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474C24 is #B8B3DB. Grayscale: #464646. Windows color (decimal): -12104668 or 2378823. OLE color: 2378823.
HSL color Cylindrical-coordinate representation of color #474C24: hue angle of 67.5º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #474C24 is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 71 | 76 | 36 | - |
| CMYK | 0.07 | 0 | 0.53 | 0.70 |
| HSL | 67.5º | 0.36% | 0.22% | - |
| HSV(B) | 67.5º | 0.53% | 0.3% | - |
| XYZ | 5.5 | 6.64 | 2.66 | - |
| YUV | 69.95 | 108.84 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 76 | 36 | 0.07 | 0 | 0.53 | 0.70 | 67.5 | 0.36 | 0.22 |
| Hex | 47 | 4C | 24 | 7 | 0 | 35 | 46 | 44 | 24 | 16 |
| Octal | 107 | 114 | 44 | 7 | 0 | 65 | 106 | 104 | 44 | 26 |
| Binary | 1000111 | 1001100 | 100100 | 111 | 0 | 110101 | 1000110 | 1000100 | 100100 | 10110 |
Color Harmonies of #474C24
Complementary color
Monochromatic Colors of #474C24
Black with #474C24
Text Example
Text Example
White with #474C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474C24; }
p { color: rgb(71,76,36); }
H1.HeaderClassName
{
color: #474C24;
}
.AnyTagClassName
{
color: #474C24;
}
</style>
background-color css
<style>
a { background-color: #474C24; }
a { background-color: rgb(71,76,36); }
div.DivClassName
{
background-color: #474C24;
}
.BgClassName
{
background-color: #474C24;
}
</style>
border-color css
<style>
span { border-color: #474C24; }
span { border-color: rgb(71,76,36); }
td.TdClassName
{
border-color: #474C24;
}
.TagClassName
{
border-color: #474C24;
}
</style>