Shades of Army green #42451E
Tints of Army green #42451E
RGB
CMYK
RGB Variations
Color information
#42451E (or 0x42451E) is known color: Army green. HEX triplet: 42, 45 and 1E. RGB value is (66,69,30). Sum of RGB (Red+Green+Blue) = 66+69+30=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 69 (27.34% from 255 or 41.82% from 165); Blue value is 30 (12.11% from 255 or 18.18% from 165); Max value from RGB is 69 - color contains mainly: green. Hex color #42451E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42451E is #BDBAE1. Grayscale: #3F3F3F. Windows color (decimal): -12434146 or 1983810. OLE color: 1983810.
HSL color Cylindrical-coordinate representation of color #42451E: hue angle of 64.62º 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 #42451E is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 66 | 69 | 30 | - |
| CMYK | 0.04 | 0 | 0.57 | 0.73 |
| HSL | 64.62º | 0.39% | 0.19% | - |
| HSV(B) | 64.62º | 0.57% | 0.27% | - |
| XYZ | 4.61 | 5.51 | 2.05 | - |
| YUV | 63.66 | 109.01 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 69 | 30 | 0.04 | 0 | 0.57 | 0.73 | 64.62 | 0.39 | 0.19 |
| Hex | 42 | 45 | 1E | 4 | 0 | 39 | 49 | 41 | 27 | 13 |
| Octal | 102 | 105 | 36 | 4 | 0 | 71 | 111 | 101 | 47 | 23 |
| Binary | 1000010 | 1000101 | 11110 | 100 | 0 | 111001 | 1001001 | 1000001 | 100111 | 10011 |
Color Harmonies of #42451E
Complementary color
Monochromatic Colors of #42451E
Black with #42451E
Text Example
Text Example
White with #42451E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42451E; }
p { color: rgb(66,69,30); }
H1.HeaderClassName
{
color: #42451E;
}
.AnyTagClassName
{
color: #42451E;
}
</style>
background-color css
<style>
a { background-color: #42451E; }
a { background-color: rgb(66,69,30); }
div.DivClassName
{
background-color: #42451E;
}
.BgClassName
{
background-color: #42451E;
}
</style>
border-color css
<style>
span { border-color: #42451E; }
span { border-color: rgb(66,69,30); }
td.TdClassName
{
border-color: #42451E;
}
.TagClassName
{
border-color: #42451E;
}
</style>