Shades of Army green #45451A
Tints of Army green #45451A
RGB
CMYK
RGB Variations
Color information
#45451A (or 0x45451A) is known color: Army green. HEX triplet: 45, 45 and 1A. RGB value is (69,69,26). Sum of RGB (Red+Green+Blue) = 69+69+26=164 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.07% from 164); Green value is 69 (27.34% from 255 or 42.07% from 164); Blue value is 26 (10.55% from 255 or 15.85% from 164); Max value from RGB is 69 - color contains mainly: red, green. Hex color #45451A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45451A is #BABAE5. Grayscale: #404040. Windows color (decimal): -12237542 or 1721669. OLE color: 1721669.
HSL color Cylindrical-coordinate representation of color #45451A: hue angle of 60º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #45451A is Cyan = 0, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 69 | 26 | - |
| CMYK | 0 | 0 | 0.62 | 0.73 |
| HSL | 60º | 0.45% | 0.19% | - |
| HSV(B) | 60º | 0.62% | 0.27% | - |
| XYZ | 4.77 | 5.6 | 1.81 | - |
| YUV | 64.1 | 106.5 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 69 | 26 | 0 | 0 | 0.62 | 0.73 | 60 | 0.45 | 0.19 |
| Hex | 45 | 45 | 1A | 0 | 0 | 3E | 49 | 3C | 2D | 13 |
| Octal | 105 | 105 | 32 | 0 | 0 | 76 | 111 | 74 | 55 | 23 |
| Binary | 1000101 | 1000101 | 11010 | 0 | 0 | 111110 | 1001001 | 111100 | 101101 | 10011 |
Color Harmonies of #45451A
Complementary color
Monochromatic Colors of #45451A
Black with #45451A
Text Example
Text Example
White with #45451A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45451A; }
p { color: rgb(69,69,26); }
H1.HeaderClassName
{
color: #45451A;
}
.AnyTagClassName
{
color: #45451A;
}
</style>
background-color css
<style>
a { background-color: #45451A; }
a { background-color: rgb(69,69,26); }
div.DivClassName
{
background-color: #45451A;
}
.BgClassName
{
background-color: #45451A;
}
</style>
border-color css
<style>
span { border-color: #45451A; }
span { border-color: rgb(69,69,26); }
td.TdClassName
{
border-color: #45451A;
}
.TagClassName
{
border-color: #45451A;
}
</style>