Shades of Army green #454A23
Tints of Army green #454A23
RGB
CMYK
RGB Variations
Color information
#454A23 (or 0x454A23) is known color: Army green. HEX triplet: 45, 4A and 23. RGB value is (69,74,35). Sum of RGB (Red+Green+Blue) = 69+74+35=178 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.76% from 178); Green value is 74 (29.30% from 255 or 41.57% from 178); Blue value is 35 (14.06% from 255 or 19.66% from 178); Max value from RGB is 74 - color contains mainly: green. Hex color #454A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454A23 is #BAB5DC. Grayscale: #444444. Windows color (decimal): -12236253 or 2312773. OLE color: 2312773.
HSL color Cylindrical-coordinate representation of color #454A23: hue angle of 67.69º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #454A23 is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 69 | 74 | 35 | - |
| CMYK | 0.07 | 0 | 0.53 | 0.71 |
| HSL | 67.69º | 0.36% | 0.21% | - |
| HSV(B) | 67.69º | 0.53% | 0.29% | - |
| XYZ | 5.21 | 6.28 | 2.53 | - |
| YUV | 68.06 | 109.34 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 74 | 35 | 0.07 | 0 | 0.53 | 0.71 | 67.69 | 0.36 | 0.21 |
| Hex | 45 | 4A | 23 | 7 | 0 | 35 | 47 | 44 | 24 | 15 |
| Octal | 105 | 112 | 43 | 7 | 0 | 65 | 107 | 104 | 44 | 25 |
| Binary | 1000101 | 1001010 | 100011 | 111 | 0 | 110101 | 1000111 | 1000100 | 100100 | 10101 |
Color Harmonies of #454A23
Complementary color
Monochromatic Colors of #454A23
Black with #454A23
Text Example
Text Example
White with #454A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454A23; }
p { color: rgb(69,74,35); }
H1.HeaderClassName
{
color: #454A23;
}
.AnyTagClassName
{
color: #454A23;
}
</style>
background-color css
<style>
a { background-color: #454A23; }
a { background-color: rgb(69,74,35); }
div.DivClassName
{
background-color: #454A23;
}
.BgClassName
{
background-color: #454A23;
}
</style>
border-color css
<style>
span { border-color: #454A23; }
span { border-color: rgb(69,74,35); }
td.TdClassName
{
border-color: #454A23;
}
.TagClassName
{
border-color: #454A23;
}
</style>