Shades of Army green #53641B
Tints of Army green #53641B
RGB
CMYK
RGB Variations
Color information
#53641B (or 0x53641B) is known color: Army green. HEX triplet: 53, 64 and 1B. RGB value is (83,100,27). Sum of RGB (Red+Green+Blue) = 83+100+27=210 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.52% from 210); Green value is 100 (39.45% from 255 or 47.62% from 210); Blue value is 27 (10.94% from 255 or 12.86% from 210); Max value from RGB is 100 - color contains mainly: green. Hex color #53641B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53641B is #AC9BE4. Grayscale: #565656. Windows color (decimal): -11312101 or 1795155. OLE color: 1795155.
HSL color Cylindrical-coordinate representation of color #53641B: hue angle of 73.97º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #53641B is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 83 | 100 | 27 | - |
| CMYK | 0.17 | 0 | 0.73 | 0.61 |
| HSL | 73.97º | 0.57% | 0.25% | - |
| HSV(B) | 73.97º | 0.73% | 0.39% | - |
| XYZ | 8.32 | 11.03 | 2.73 | - |
| YUV | 86.6 | 94.37 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 100 | 27 | 0.17 | 0 | 0.73 | 0.61 | 73.97 | 0.57 | 0.25 |
| Hex | 53 | 64 | 1B | 11 | 0 | 49 | 3D | 4A | 39 | 19 |
| Octal | 123 | 144 | 33 | 21 | 0 | 111 | 75 | 112 | 71 | 31 |
| Binary | 1010011 | 1100100 | 11011 | 10001 | 0 | 1001001 | 111101 | 1001010 | 111001 | 11001 |
Color Harmonies of #53641B
Complementary color
Monochromatic Colors of #53641B
Black with #53641B
Text Example
Text Example
White with #53641B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53641B; }
p { color: rgb(83,100,27); }
H1.HeaderClassName
{
color: #53641B;
}
.AnyTagClassName
{
color: #53641B;
}
</style>
background-color css
<style>
a { background-color: #53641B; }
a { background-color: rgb(83,100,27); }
div.DivClassName
{
background-color: #53641B;
}
.BgClassName
{
background-color: #53641B;
}
</style>
border-color css
<style>
span { border-color: #53641B; }
span { border-color: rgb(83,100,27); }
td.TdClassName
{
border-color: #53641B;
}
.TagClassName
{
border-color: #53641B;
}
</style>