Shades of Dark Olive Green #5B7331
Tints of Dark Olive Green #5B7331
RGB
CMYK
RGB Variations
Color information
#5B7331 (or 0x5B7331) is known color: Dark Olive Green. HEX triplet: 5B, 73 and 31. RGB value is (91,115,49). Sum of RGB (Red+Green+Blue) = 91+115+49=255 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.69% from 255); Green value is 115 (45.31% from 255 or 45.10% from 255); Blue value is 49 (19.53% from 255 or 19.22% from 255); Max value from RGB is 115 - color contains mainly: green. Hex color #5B7331 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7331 is #A48CCE. Grayscale: #646464. Windows color (decimal): -10783951 or 3240795. OLE color: 3240795.
HSL color Cylindrical-coordinate representation of color #5B7331: hue angle of 81.82º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5B7331 is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 115 | 49 | - |
| CMYK | 0.21 | 0 | 0.57 | 0.55 |
| HSL | 81.82º | 0.4% | 0.32% | - |
| HSV(B) | 81.82º | 0.57% | 0.45% | - |
| XYZ | 11 | 14.71 | 5.16 | - |
| YUV | 100.3 | 99.05 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 115 | 49 | 0.21 | 0 | 0.57 | 0.55 | 81.82 | 0.4 | 0.32 |
| Hex | 5B | 73 | 31 | 15 | 0 | 39 | 37 | 52 | 28 | 20 |
| Octal | 133 | 163 | 61 | 25 | 0 | 71 | 67 | 122 | 50 | 40 |
| Binary | 1011011 | 1110011 | 110001 | 10101 | 0 | 111001 | 110111 | 1010010 | 101000 | 100000 |
Color Harmonies of #5B7331
Complementary color
Monochromatic Colors of #5B7331
Black with #5B7331
Text Example
Text Example
White with #5B7331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7331; }
p { color: rgb(91,115,49); }
H1.HeaderClassName
{
color: #5B7331;
}
.AnyTagClassName
{
color: #5B7331;
}
</style>
background-color css
<style>
a { background-color: #5B7331; }
a { background-color: rgb(91,115,49); }
div.DivClassName
{
background-color: #5B7331;
}
.BgClassName
{
background-color: #5B7331;
}
</style>
border-color css
<style>
span { border-color: #5B7331; }
span { border-color: rgb(91,115,49); }
td.TdClassName
{
border-color: #5B7331;
}
.TagClassName
{
border-color: #5B7331;
}
</style>