Shades of Dark Olive Green #5B732B
Tints of Dark Olive Green #5B732B
RGB
CMYK
RGB Variations
Color information
#5B732B (or 0x5B732B) is known color: Dark Olive Green. HEX triplet: 5B, 73 and 2B. RGB value is (91,115,43). Sum of RGB (Red+Green+Blue) = 91+115+43=249 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.55% from 249); Green value is 115 (45.31% from 255 or 46.18% from 249); Blue value is 43 (17.19% from 255 or 17.27% from 249); Max value from RGB is 115 - color contains mainly: green. Hex color #5B732B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B732B is #A48CD4. Grayscale: #636363. Windows color (decimal): -10783957 or 2847579. OLE color: 2847579.
HSL color Cylindrical-coordinate representation of color #5B732B: hue angle of 80º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5B732B is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 115 | 43 | - |
| CMYK | 0.21 | 0 | 0.63 | 0.55 |
| HSL | 80º | 0.46% | 0.31% | - |
| HSV(B) | 80º | 0.63% | 0.45% | - |
| XYZ | 10.88 | 14.66 | 4.54 | - |
| YUV | 99.62 | 96.05 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 115 | 43 | 0.21 | 0 | 0.63 | 0.55 | 80 | 0.46 | 0.31 |
| Hex | 5B | 73 | 2B | 15 | 0 | 3F | 37 | 50 | 2E | 1F |
| Octal | 133 | 163 | 53 | 25 | 0 | 77 | 67 | 120 | 56 | 37 |
| Binary | 1011011 | 1110011 | 101011 | 10101 | 0 | 111111 | 110111 | 1010000 | 101110 | 11111 |
Color Harmonies of #5B732B
Complementary color
Monochromatic Colors of #5B732B
Black with #5B732B
Text Example
Text Example
White with #5B732B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B732B; }
p { color: rgb(91,115,43); }
H1.HeaderClassName
{
color: #5B732B;
}
.AnyTagClassName
{
color: #5B732B;
}
</style>
background-color css
<style>
a { background-color: #5B732B; }
a { background-color: rgb(91,115,43); }
div.DivClassName
{
background-color: #5B732B;
}
.BgClassName
{
background-color: #5B732B;
}
</style>
border-color css
<style>
span { border-color: #5B732B; }
span { border-color: rgb(91,115,43); }
td.TdClassName
{
border-color: #5B732B;
}
.TagClassName
{
border-color: #5B732B;
}
</style>