Shades of Army green #45461C
Tints of Army green #45461C
RGB
CMYK
RGB Variations
Color information
#45461C (or 0x45461C) is known color: Army green. HEX triplet: 45, 46 and 1C. RGB value is (69,70,28). Sum of RGB (Red+Green+Blue) = 69+70+28=167 (22% of max value = 765). Red value is 69 (27.34% from 255 or 41.32% from 167); Green value is 70 (27.73% from 255 or 41.92% from 167); Blue value is 28 (11.33% from 255 or 16.77% from 167); Max value from RGB is 70 - color contains mainly: green. Hex color #45461C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45461C is #BAB9E3. Grayscale: #414141. Windows color (decimal): -12237284 or 1852997. OLE color: 1852997.
HSL color Cylindrical-coordinate representation of color #45461C: hue angle of 61.43º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #45461C is Cyan = 0.01, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 70 | 28 | - |
| CMYK | 0.01 | 0 | 0.60 | 0.73 |
| HSL | 61.43º | 0.43% | 0.19% | - |
| HSV(B) | 61.43º | 0.6% | 0.27% | - |
| XYZ | 4.85 | 5.73 | 1.95 | - |
| YUV | 64.91 | 107.17 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 70 | 28 | 0.01 | 0 | 0.60 | 0.73 | 61.43 | 0.43 | 0.19 |
| Hex | 45 | 46 | 1C | 1 | 0 | 3C | 49 | 3D | 2B | 13 |
| Octal | 105 | 106 | 34 | 1 | 0 | 74 | 111 | 75 | 53 | 23 |
| Binary | 1000101 | 1000110 | 11100 | 1 | 0 | 111100 | 1001001 | 111101 | 101011 | 10011 |
Color Harmonies of #45461C
Complementary color
Monochromatic Colors of #45461C
Black with #45461C
Text Example
Text Example
White with #45461C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45461C; }
p { color: rgb(69,70,28); }
H1.HeaderClassName
{
color: #45461C;
}
.AnyTagClassName
{
color: #45461C;
}
</style>
background-color css
<style>
a { background-color: #45461C; }
a { background-color: rgb(69,70,28); }
div.DivClassName
{
background-color: #45461C;
}
.BgClassName
{
background-color: #45461C;
}
</style>
border-color css
<style>
span { border-color: #45461C; }
span { border-color: rgb(69,70,28); }
td.TdClassName
{
border-color: #45461C;
}
.TagClassName
{
border-color: #45461C;
}
</style>