Shades of Army green #4C5325
Tints of Army green #4C5325
RGB
CMYK
RGB Variations
Color information
#4C5325 (or 0x4C5325) is known color: Army green. HEX triplet: 4C, 53 and 25. RGB value is (76,83,37). Sum of RGB (Red+Green+Blue) = 76+83+37=196 (25% of max value = 765). Red value is 76 (30.08% from 255 or 38.78% from 196); Green value is 83 (32.81% from 255 or 42.35% from 196); Blue value is 37 (14.84% from 255 or 18.88% from 196); Max value from RGB is 83 - color contains mainly: green. Hex color #4C5325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5325 is #B3ACDA. Grayscale: #4B4B4B. Windows color (decimal): -11775195 or 2446156. OLE color: 2446156.
HSL color Cylindrical-coordinate representation of color #4C5325: hue angle of 69.13º 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 #4C5325 is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 76 | 83 | 37 | - |
| CMYK | 0.08 | 0 | 0.55 | 0.67 |
| HSL | 69.13º | 0.38% | 0.24% | - |
| HSV(B) | 69.13º | 0.55% | 0.33% | - |
| XYZ | 6.41 | 7.86 | 2.93 | - |
| YUV | 75.66 | 106.18 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 83 | 37 | 0.08 | 0 | 0.55 | 0.67 | 69.13 | 0.38 | 0.24 |
| Hex | 4C | 53 | 25 | 8 | 0 | 37 | 43 | 45 | 26 | 18 |
| Octal | 114 | 123 | 45 | 10 | 0 | 67 | 103 | 105 | 46 | 30 |
| Binary | 1001100 | 1010011 | 100101 | 1000 | 0 | 110111 | 1000011 | 1000101 | 100110 | 11000 |
Color Harmonies of #4C5325
Complementary color
Monochromatic Colors of #4C5325
Black with #4C5325
Text Example
Text Example
White with #4C5325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5325; }
p { color: rgb(76,83,37); }
H1.HeaderClassName
{
color: #4C5325;
}
.AnyTagClassName
{
color: #4C5325;
}
</style>
background-color css
<style>
a { background-color: #4C5325; }
a { background-color: rgb(76,83,37); }
div.DivClassName
{
background-color: #4C5325;
}
.BgClassName
{
background-color: #4C5325;
}
</style>
border-color css
<style>
span { border-color: #4C5325; }
span { border-color: rgb(76,83,37); }
td.TdClassName
{
border-color: #4C5325;
}
.TagClassName
{
border-color: #4C5325;
}
</style>