Shades of Army green #5B5D14
Tints of Army green #5B5D14
RGB
CMYK
RGB Variations
Color information
#5B5D14 (or 0x5B5D14) is known color: Army green. HEX triplet: 5B, 5D and 14. RGB value is (91,93,20). Sum of RGB (Red+Green+Blue) = 91+93+20=204 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.61% from 204); Green value is 93 (36.72% from 255 or 45.59% from 204); Blue value is 20 (8.20% from 255 or 9.80% from 204); Max value from RGB is 93 - color contains mainly: green. Hex color #5B5D14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B5D14 is #A4A2EB. Grayscale: #545454. Windows color (decimal): -10789612 or 1334619. OLE color: 1334619.
HSL color Cylindrical-coordinate representation of color #5B5D14: hue angle of 61.64º degrees, saturation: 0.65, 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 #5B5D14 is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 93 | 20 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.64 |
| HSL | 61.64º | 0.65% | 0.22% | - |
| HSV(B) | 61.64º | 0.78% | 0.36% | - |
| XYZ | 8.36 | 10.1 | 2.17 | - |
| YUV | 84.08 | 91.84 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 93 | 20 | 0.02 | 0 | 0.78 | 0.64 | 61.64 | 0.65 | 0.22 |
| Hex | 5B | 5D | 14 | 2 | 0 | 4E | 40 | 3E | 41 | 16 |
| Octal | 133 | 135 | 24 | 2 | 0 | 116 | 100 | 76 | 101 | 26 |
| Binary | 1011011 | 1011101 | 10100 | 10 | 0 | 1001110 | 1000000 | 111110 | 1000001 | 10110 |
Color Harmonies of #5B5D14
Complementary color
Monochromatic Colors of #5B5D14
Black with #5B5D14
Text Example
Text Example
White with #5B5D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5D14; }
p { color: rgb(91,93,20); }
H1.HeaderClassName
{
color: #5B5D14;
}
.AnyTagClassName
{
color: #5B5D14;
}
</style>
background-color css
<style>
a { background-color: #5B5D14; }
a { background-color: rgb(91,93,20); }
div.DivClassName
{
background-color: #5B5D14;
}
.BgClassName
{
background-color: #5B5D14;
}
</style>
border-color css
<style>
span { border-color: #5B5D14; }
span { border-color: rgb(91,93,20); }
td.TdClassName
{
border-color: #5B5D14;
}
.TagClassName
{
border-color: #5B5D14;
}
</style>