Shades of Army green #45461A
Tints of Army green #45461A
RGB
CMYK
RGB Variations
Color information
#45461A (or 0x45461A) is known color: Army green. HEX triplet: 45, 46 and 1A. RGB value is (69,70,26). Sum of RGB (Red+Green+Blue) = 69+70+26=165 (21% of max value = 765). Red value is 69 (27.34% from 255 or 41.82% from 165); Green value is 70 (27.73% from 255 or 42.42% from 165); Blue value is 26 (10.55% from 255 or 15.76% from 165); Max value from RGB is 70 - color contains mainly: green. Hex color #45461A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45461A is #BAB9E5. Grayscale: #404040. Windows color (decimal): -12237286 or 1721925. OLE color: 1721925.
HSL color Cylindrical-coordinate representation of color #45461A: hue angle of 61.36º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #45461A is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 70 | 26 | - |
| CMYK | 0.01 | 0 | 0.63 | 0.73 |
| HSL | 61.36º | 0.46% | 0.19% | - |
| HSV(B) | 61.36º | 0.63% | 0.27% | - |
| XYZ | 4.83 | 5.72 | 1.83 | - |
| YUV | 64.69 | 106.17 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 70 | 26 | 0.01 | 0 | 0.63 | 0.73 | 61.36 | 0.46 | 0.19 |
| Hex | 45 | 46 | 1A | 1 | 0 | 3F | 49 | 3D | 2E | 13 |
| Octal | 105 | 106 | 32 | 1 | 0 | 77 | 111 | 75 | 56 | 23 |
| Binary | 1000101 | 1000110 | 11010 | 1 | 0 | 111111 | 1001001 | 111101 | 101110 | 10011 |
Color Harmonies of #45461A
Complementary color
Monochromatic Colors of #45461A
Black with #45461A
Text Example
Text Example
White with #45461A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45461A; }
p { color: rgb(69,70,26); }
H1.HeaderClassName
{
color: #45461A;
}
.AnyTagClassName
{
color: #45461A;
}
</style>
background-color css
<style>
a { background-color: #45461A; }
a { background-color: rgb(69,70,26); }
div.DivClassName
{
background-color: #45461A;
}
.BgClassName
{
background-color: #45461A;
}
</style>
border-color css
<style>
span { border-color: #45461A; }
span { border-color: rgb(69,70,26); }
td.TdClassName
{
border-color: #45461A;
}
.TagClassName
{
border-color: #45461A;
}
</style>