Shades of Army green #464618
Tints of Army green #464618
RGB
CMYK
RGB Variations
Color information
#464618 (or 0x464618) is known color: Army green. HEX triplet: 46, 46 and 18. RGB value is (70,70,24). Sum of RGB (Red+Green+Blue) = 70+70+24=164 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.68% from 164); Green value is 70 (27.73% from 255 or 42.68% from 164); Blue value is 24 (9.77% from 255 or 14.63% from 164); Max value from RGB is 70 - color contains mainly: red, green. Hex color #464618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464618 is #B9B9E7. Grayscale: #404040. Windows color (decimal): -12171752 or 1590854. OLE color: 1590854.
HSL color Cylindrical-coordinate representation of color #464618: hue angle of 60º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #464618 is Cyan = 0, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 70 | 24 | - |
| CMYK | 0 | 0 | 0.66 | 0.73 |
| HSL | 60º | 0.49% | 0.18% | - |
| HSV(B) | 60º | 0.66% | 0.27% | - |
| XYZ | 4.88 | 5.75 | 1.72 | - |
| YUV | 64.76 | 105 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 70 | 24 | 0 | 0 | 0.66 | 0.73 | 60 | 0.49 | 0.18 |
| Hex | 46 | 46 | 18 | 0 | 0 | 42 | 49 | 3C | 31 | 12 |
| Octal | 106 | 106 | 30 | 0 | 0 | 102 | 111 | 74 | 61 | 22 |
| Binary | 1000110 | 1000110 | 11000 | 0 | 0 | 1000010 | 1001001 | 111100 | 110001 | 10010 |
Color Harmonies of #464618
Complementary color
Monochromatic Colors of #464618
Black with #464618
Text Example
Text Example
White with #464618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464618; }
p { color: rgb(70,70,24); }
H1.HeaderClassName
{
color: #464618;
}
.AnyTagClassName
{
color: #464618;
}
</style>
background-color css
<style>
a { background-color: #464618; }
a { background-color: rgb(70,70,24); }
div.DivClassName
{
background-color: #464618;
}
.BgClassName
{
background-color: #464618;
}
</style>
border-color css
<style>
span { border-color: #464618; }
span { border-color: rgb(70,70,24); }
td.TdClassName
{
border-color: #464618;
}
.TagClassName
{
border-color: #464618;
}
</style>