Shades of Army green #52551D
Tints of Army green #52551D
RGB
CMYK
RGB Variations
Color information
#52551D (or 0x52551D) is known color: Army green. HEX triplet: 52, 55 and 1D. RGB value is (82,85,29). Sum of RGB (Red+Green+Blue) = 82+85+29=196 (25% of max value = 765). Red value is 82 (32.42% from 255 or 41.84% from 196); Green value is 85 (33.59% from 255 or 43.37% from 196); Blue value is 29 (11.72% from 255 or 14.80% from 196); Max value from RGB is 85 - color contains mainly: green. Hex color #52551D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52551D is #ADAAE2. Grayscale: #4D4D4D. Windows color (decimal): -11381475 or 1922386. OLE color: 1922386.
HSL color Cylindrical-coordinate representation of color #52551D: hue angle of 63.21º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52551D is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 85 | 29 | - |
| CMYK | 0.04 | 0 | 0.66 | 0.67 |
| HSL | 63.21º | 0.49% | 0.22% | - |
| HSV(B) | 63.21º | 0.66% | 0.33% | - |
| XYZ | 6.95 | 8.38 | 2.41 | - |
| YUV | 77.72 | 100.51 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 85 | 29 | 0.04 | 0 | 0.66 | 0.67 | 63.21 | 0.49 | 0.22 |
| Hex | 52 | 55 | 1D | 4 | 0 | 42 | 43 | 3F | 31 | 16 |
| Octal | 122 | 125 | 35 | 4 | 0 | 102 | 103 | 77 | 61 | 26 |
| Binary | 1010010 | 1010101 | 11101 | 100 | 0 | 1000010 | 1000011 | 111111 | 110001 | 10110 |
Color Harmonies of #52551D
Complementary color
Monochromatic Colors of #52551D
Black with #52551D
Text Example
Text Example
White with #52551D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52551D; }
p { color: rgb(82,85,29); }
H1.HeaderClassName
{
color: #52551D;
}
.AnyTagClassName
{
color: #52551D;
}
</style>
background-color css
<style>
a { background-color: #52551D; }
a { background-color: rgb(82,85,29); }
div.DivClassName
{
background-color: #52551D;
}
.BgClassName
{
background-color: #52551D;
}
</style>
border-color css
<style>
span { border-color: #52551D; }
span { border-color: rgb(82,85,29); }
td.TdClassName
{
border-color: #52551D;
}
.TagClassName
{
border-color: #52551D;
}
</style>