Shades of Army green #45471C
Tints of Army green #45471C
RGB
CMYK
RGB Variations
Color information
#45471C (or 0x45471C) is known color: Army green. HEX triplet: 45, 47 and 1C. RGB value is (69,71,28). Sum of RGB (Red+Green+Blue) = 69+71+28=168 (22% of max value = 765). Red value is 69 (27.34% from 255 or 41.07% from 168); Green value is 71 (28.12% from 255 or 42.26% from 168); Blue value is 28 (11.33% from 255 or 16.67% from 168); Max value from RGB is 71 - color contains mainly: green. Hex color #45471C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45471C is #BAB8E3. Grayscale: #414141. Windows color (decimal): -12237028 or 1853253. OLE color: 1853253.
HSL color Cylindrical-coordinate representation of color #45471C: hue angle of 62.79º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #45471C is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 69 | 71 | 28 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.72 |
| HSL | 62.79º | 0.43% | 0.19% | - |
| HSV(B) | 62.79º | 0.61% | 0.28% | - |
| XYZ | 4.92 | 5.86 | 1.97 | - |
| YUV | 65.5 | 106.84 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 71 | 28 | 0.03 | 0 | 0.61 | 0.72 | 62.79 | 0.43 | 0.19 |
| Hex | 45 | 47 | 1C | 3 | 0 | 3D | 48 | 3F | 2B | 13 |
| Octal | 105 | 107 | 34 | 3 | 0 | 75 | 110 | 77 | 53 | 23 |
| Binary | 1000101 | 1000111 | 11100 | 11 | 0 | 111101 | 1001000 | 111111 | 101011 | 10011 |
Color Harmonies of #45471C
Complementary color
Monochromatic Colors of #45471C
Black with #45471C
Text Example
Text Example
White with #45471C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45471C; }
p { color: rgb(69,71,28); }
H1.HeaderClassName
{
color: #45471C;
}
.AnyTagClassName
{
color: #45471C;
}
</style>
background-color css
<style>
a { background-color: #45471C; }
a { background-color: rgb(69,71,28); }
div.DivClassName
{
background-color: #45471C;
}
.BgClassName
{
background-color: #45471C;
}
</style>
border-color css
<style>
span { border-color: #45471C; }
span { border-color: rgb(69,71,28); }
td.TdClassName
{
border-color: #45471C;
}
.TagClassName
{
border-color: #45471C;
}
</style>