Shades of Army green #45451E
Tints of Army green #45451E
RGB
CMYK
RGB Variations
Color information
#45451E (or 0x45451E) is known color: Army green. HEX triplet: 45, 45 and 1E. RGB value is (69,69,30). Sum of RGB (Red+Green+Blue) = 69+69+30=168 (22% of max value = 765). Red value is 69 (27.34% from 255 or 41.07% from 168); Green value is 69 (27.34% from 255 or 41.07% from 168); Blue value is 30 (12.11% from 255 or 17.86% from 168); Max value from RGB is 69 - color contains mainly: red, green. Hex color #45451E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45451E is #BABAE1. Grayscale: #404040. Windows color (decimal): -12237538 or 1983813. OLE color: 1983813.
HSL color Cylindrical-coordinate representation of color #45451E: hue angle of 60º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #45451E is Cyan = 0, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 69 | 30 | - |
| CMYK | 0 | 0 | 0.57 | 0.73 |
| HSL | 60º | 0.39% | 0.19% | - |
| HSV(B) | 60º | 0.57% | 0.27% | - |
| XYZ | 4.82 | 5.62 | 2.06 | - |
| YUV | 64.55 | 108.5 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 69 | 30 | 0 | 0 | 0.57 | 0.73 | 60 | 0.39 | 0.19 |
| Hex | 45 | 45 | 1E | 0 | 0 | 39 | 49 | 3C | 27 | 13 |
| Octal | 105 | 105 | 36 | 0 | 0 | 71 | 111 | 74 | 47 | 23 |
| Binary | 1000101 | 1000101 | 11110 | 0 | 0 | 111001 | 1001001 | 111100 | 100111 | 10011 |
Color Harmonies of #45451E
Complementary color
Monochromatic Colors of #45451E
Black with #45451E
Text Example
Text Example
White with #45451E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45451E; }
p { color: rgb(69,69,30); }
H1.HeaderClassName
{
color: #45451E;
}
.AnyTagClassName
{
color: #45451E;
}
</style>
background-color css
<style>
a { background-color: #45451E; }
a { background-color: rgb(69,69,30); }
div.DivClassName
{
background-color: #45451E;
}
.BgClassName
{
background-color: #45451E;
}
</style>
border-color css
<style>
span { border-color: #45451E; }
span { border-color: rgb(69,69,30); }
td.TdClassName
{
border-color: #45451E;
}
.TagClassName
{
border-color: #45451E;
}
</style>