Shades of Army green #474B21
Tints of Army green #474B21
RGB
CMYK
RGB Variations
Color information
#474B21 (or 0x474B21) is known color: Army green. HEX triplet: 47, 4B and 21. RGB value is (71,75,33). Sum of RGB (Red+Green+Blue) = 71+75+33=179 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.66% from 179); Green value is 75 (29.69% from 255 or 41.90% from 179); Blue value is 33 (13.28% from 255 or 18.44% from 179); Max value from RGB is 75 - color contains mainly: green. Hex color #474B21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474B21 is #B8B4DE. Grayscale: #454545. Windows color (decimal): -12104927 or 2181959. OLE color: 2181959.
HSL color Cylindrical-coordinate representation of color #474B21: hue angle of 65.71º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #474B21 is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 71 | 75 | 33 | - |
| CMYK | 0.05 | 0 | 0.56 | 0.71 |
| HSL | 65.71º | 0.39% | 0.21% | - |
| HSV(B) | 65.71º | 0.56% | 0.29% | - |
| XYZ | 5.39 | 6.48 | 2.41 | - |
| YUV | 69.02 | 107.67 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 75 | 33 | 0.05 | 0 | 0.56 | 0.71 | 65.71 | 0.39 | 0.21 |
| Hex | 47 | 4B | 21 | 5 | 0 | 38 | 47 | 42 | 27 | 15 |
| Octal | 107 | 113 | 41 | 5 | 0 | 70 | 107 | 102 | 47 | 25 |
| Binary | 1000111 | 1001011 | 100001 | 101 | 0 | 111000 | 1000111 | 1000010 | 100111 | 10101 |
Color Harmonies of #474B21
Complementary color
Monochromatic Colors of #474B21
Black with #474B21
Text Example
Text Example
White with #474B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474B21; }
p { color: rgb(71,75,33); }
H1.HeaderClassName
{
color: #474B21;
}
.AnyTagClassName
{
color: #474B21;
}
</style>
background-color css
<style>
a { background-color: #474B21; }
a { background-color: rgb(71,75,33); }
div.DivClassName
{
background-color: #474B21;
}
.BgClassName
{
background-color: #474B21;
}
</style>
border-color css
<style>
span { border-color: #474B21; }
span { border-color: rgb(71,75,33); }
td.TdClassName
{
border-color: #474B21;
}
.TagClassName
{
border-color: #474B21;
}
</style>