Shades of Army green #454A1F
Tints of Army green #454A1F
RGB
CMYK
RGB Variations
Color information
#454A1F (or 0x454A1F) is known color: Army green. HEX triplet: 45, 4A and 1F. RGB value is (69,74,31). Sum of RGB (Red+Green+Blue) = 69+74+31=174 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.66% from 174); Green value is 74 (29.30% from 255 or 42.53% from 174); Blue value is 31 (12.5% from 255 or 17.82% from 174); Max value from RGB is 74 - color contains mainly: green. Hex color #454A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454A1F is #BAB5E0. Grayscale: #434343. Windows color (decimal): -12236257 or 2050629. OLE color: 2050629.
HSL color Cylindrical-coordinate representation of color #454A1F: hue angle of 66.98º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #454A1F is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 69 | 74 | 31 | - |
| CMYK | 0.07 | 0 | 0.58 | 0.71 |
| HSL | 66.98º | 0.41% | 0.21% | - |
| HSV(B) | 66.98º | 0.58% | 0.29% | - |
| XYZ | 5.15 | 6.26 | 2.23 | - |
| YUV | 67.6 | 107.34 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 74 | 31 | 0.07 | 0 | 0.58 | 0.71 | 66.98 | 0.41 | 0.21 |
| Hex | 45 | 4A | 1F | 7 | 0 | 3A | 47 | 43 | 29 | 15 |
| Octal | 105 | 112 | 37 | 7 | 0 | 72 | 107 | 103 | 51 | 25 |
| Binary | 1000101 | 1001010 | 11111 | 111 | 0 | 111010 | 1000111 | 1000011 | 101001 | 10101 |
Color Harmonies of #454A1F
Complementary color
Monochromatic Colors of #454A1F
Black with #454A1F
Text Example
Text Example
White with #454A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454A1F; }
p { color: rgb(69,74,31); }
H1.HeaderClassName
{
color: #454A1F;
}
.AnyTagClassName
{
color: #454A1F;
}
</style>
background-color css
<style>
a { background-color: #454A1F; }
a { background-color: rgb(69,74,31); }
div.DivClassName
{
background-color: #454A1F;
}
.BgClassName
{
background-color: #454A1F;
}
</style>
border-color css
<style>
span { border-color: #454A1F; }
span { border-color: rgb(69,74,31); }
td.TdClassName
{
border-color: #454A1F;
}
.TagClassName
{
border-color: #454A1F;
}
</style>