Shades of Army green #575B14
Tints of Army green #575B14
RGB
CMYK
RGB Variations
Color information
#575B14 (or 0x575B14) is known color: Army green. HEX triplet: 57, 5B and 14. RGB value is (87,91,20). Sum of RGB (Red+Green+Blue) = 87+91+20=198 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.94% from 198); Green value is 91 (35.94% from 255 or 45.96% from 198); Blue value is 20 (8.20% from 255 or 10.10% from 198); Max value from RGB is 91 - color contains mainly: green. Hex color #575B14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575B14 is #A8A4EB. Grayscale: #515151. Windows color (decimal): -11052268 or 1334103. OLE color: 1334103.
HSL color Cylindrical-coordinate representation of color #575B14: hue angle of 63.38º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #575B14 is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 91 | 20 | - |
| CMYK | 0.04 | 0 | 0.78 | 0.64 |
| HSL | 63.38º | 0.64% | 0.22% | - |
| HSV(B) | 63.38º | 0.78% | 0.36% | - |
| XYZ | 7.8 | 9.56 | 2.1 | - |
| YUV | 81.71 | 93.17 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 91 | 20 | 0.04 | 0 | 0.78 | 0.64 | 63.38 | 0.64 | 0.22 |
| Hex | 57 | 5B | 14 | 4 | 0 | 4E | 40 | 3F | 40 | 16 |
| Octal | 127 | 133 | 24 | 4 | 0 | 116 | 100 | 77 | 100 | 26 |
| Binary | 1010111 | 1011011 | 10100 | 100 | 0 | 1001110 | 1000000 | 111111 | 1000000 | 10110 |
Color Harmonies of #575B14
Complementary color
Monochromatic Colors of #575B14
Black with #575B14
Text Example
Text Example
White with #575B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575B14; }
p { color: rgb(87,91,20); }
H1.HeaderClassName
{
color: #575B14;
}
.AnyTagClassName
{
color: #575B14;
}
</style>
background-color css
<style>
a { background-color: #575B14; }
a { background-color: rgb(87,91,20); }
div.DivClassName
{
background-color: #575B14;
}
.BgClassName
{
background-color: #575B14;
}
</style>
border-color css
<style>
span { border-color: #575B14; }
span { border-color: rgb(87,91,20); }
td.TdClassName
{
border-color: #575B14;
}
.TagClassName
{
border-color: #575B14;
}
</style>