Shades of Army green #4E5325
Tints of Army green #4E5325
RGB
CMYK
RGB Variations
Color information
#4E5325 (or 0x4E5325) is known color: Army green. HEX triplet: 4E, 53 and 25. RGB value is (78,83,37). Sum of RGB (Red+Green+Blue) = 78+83+37=198 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.39% from 198); Green value is 83 (32.81% from 255 or 41.92% from 198); Blue value is 37 (14.84% from 255 or 18.69% from 198); Max value from RGB is 83 - color contains mainly: green. Hex color #4E5325 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5325 is #B1ACDA. Grayscale: #4C4C4C. Windows color (decimal): -11644123 or 2446158. OLE color: 2446158.
HSL color Cylindrical-coordinate representation of color #4E5325: hue angle of 66.52º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E5325 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 83 | 37 | - |
| CMYK | 0.06 | 0 | 0.55 | 0.67 |
| HSL | 66.52º | 0.38% | 0.24% | - |
| HSV(B) | 66.52º | 0.55% | 0.33% | - |
| XYZ | 6.57 | 7.94 | 2.94 | - |
| YUV | 76.26 | 105.84 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 83 | 37 | 0.06 | 0 | 0.55 | 0.67 | 66.52 | 0.38 | 0.24 |
| Hex | 4E | 53 | 25 | 6 | 0 | 37 | 43 | 43 | 26 | 18 |
| Octal | 116 | 123 | 45 | 6 | 0 | 67 | 103 | 103 | 46 | 30 |
| Binary | 1001110 | 1010011 | 100101 | 110 | 0 | 110111 | 1000011 | 1000011 | 100110 | 11000 |
Color Harmonies of #4E5325
Complementary color
Monochromatic Colors of #4E5325
Black with #4E5325
Text Example
Text Example
White with #4E5325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5325; }
p { color: rgb(78,83,37); }
H1.HeaderClassName
{
color: #4E5325;
}
.AnyTagClassName
{
color: #4E5325;
}
</style>
background-color css
<style>
a { background-color: #4E5325; }
a { background-color: rgb(78,83,37); }
div.DivClassName
{
background-color: #4E5325;
}
.BgClassName
{
background-color: #4E5325;
}
</style>
border-color css
<style>
span { border-color: #4E5325; }
span { border-color: rgb(78,83,37); }
td.TdClassName
{
border-color: #4E5325;
}
.TagClassName
{
border-color: #4E5325;
}
</style>