Shades of Army green #45481C
Tints of Army green #45481C
RGB
CMYK
RGB Variations
Color information
#45481C (or 0x45481C) is known color: Army green. HEX triplet: 45, 48 and 1C. RGB value is (69,72,28). Sum of RGB (Red+Green+Blue) = 69+72+28=169 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.83% from 169); Green value is 72 (28.52% from 255 or 42.60% from 169); Blue value is 28 (11.33% from 255 or 16.57% from 169); Max value from RGB is 72 - color contains mainly: green. Hex color #45481C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45481C is #BAB7E3. Grayscale: #424242. Windows color (decimal): -12236772 or 1853509. OLE color: 1853509.
HSL color Cylindrical-coordinate representation of color #45481C: hue angle of 64.09º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #45481C is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 69 | 72 | 28 | - |
| CMYK | 0.04 | 0 | 0.61 | 0.72 |
| HSL | 64.09º | 0.44% | 0.2% | - |
| HSV(B) | 64.09º | 0.61% | 0.28% | - |
| XYZ | 4.98 | 5.98 | 1.99 | - |
| YUV | 66.09 | 106.51 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 72 | 28 | 0.04 | 0 | 0.61 | 0.72 | 64.09 | 0.44 | 0.2 |
| Hex | 45 | 48 | 1C | 4 | 0 | 3D | 48 | 40 | 2C | 14 |
| Octal | 105 | 110 | 34 | 4 | 0 | 75 | 110 | 100 | 54 | 24 |
| Binary | 1000101 | 1001000 | 11100 | 100 | 0 | 111101 | 1001000 | 1000000 | 101100 | 10100 |
Color Harmonies of #45481C
Complementary color
Monochromatic Colors of #45481C
Black with #45481C
Text Example
Text Example
White with #45481C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45481C; }
p { color: rgb(69,72,28); }
H1.HeaderClassName
{
color: #45481C;
}
.AnyTagClassName
{
color: #45481C;
}
</style>
background-color css
<style>
a { background-color: #45481C; }
a { background-color: rgb(69,72,28); }
div.DivClassName
{
background-color: #45481C;
}
.BgClassName
{
background-color: #45481C;
}
</style>
border-color css
<style>
span { border-color: #45481C; }
span { border-color: rgb(69,72,28); }
td.TdClassName
{
border-color: #45481C;
}
.TagClassName
{
border-color: #45481C;
}
</style>