Shades of Dark Olive Green #5B732C
Tints of Dark Olive Green #5B732C
RGB
CMYK
RGB Variations
Color information
#5B732C (or 0x5B732C) is known color: Dark Olive Green. HEX triplet: 5B, 73 and 2C. RGB value is (91,115,44). Sum of RGB (Red+Green+Blue) = 91+115+44=250 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.4% from 250); Green value is 115 (45.31% from 255 or 46% from 250); Blue value is 44 (17.58% from 255 or 17.6% from 250); Max value from RGB is 115 - color contains mainly: green. Hex color #5B732C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B732C is #A48CD3. Grayscale: #636363. Windows color (decimal): -10783956 or 2913115. OLE color: 2913115.
HSL color Cylindrical-coordinate representation of color #5B732C: hue angle of 80.28º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5B732C is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 115 | 44 | - |
| CMYK | 0.21 | 0 | 0.62 | 0.55 |
| HSL | 80.28º | 0.45% | 0.31% | - |
| HSV(B) | 80.28º | 0.62% | 0.45% | - |
| XYZ | 10.9 | 14.67 | 4.64 | - |
| YUV | 99.73 | 96.55 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 115 | 44 | 0.21 | 0 | 0.62 | 0.55 | 80.28 | 0.45 | 0.31 |
| Hex | 5B | 73 | 2C | 15 | 0 | 3E | 37 | 50 | 2D | 1F |
| Octal | 133 | 163 | 54 | 25 | 0 | 76 | 67 | 120 | 55 | 37 |
| Binary | 1011011 | 1110011 | 101100 | 10101 | 0 | 111110 | 110111 | 1010000 | 101101 | 11111 |
Color Harmonies of #5B732C
Complementary color
Monochromatic Colors of #5B732C
Black with #5B732C
Text Example
Text Example
White with #5B732C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B732C; }
p { color: rgb(91,115,44); }
H1.HeaderClassName
{
color: #5B732C;
}
.AnyTagClassName
{
color: #5B732C;
}
</style>
background-color css
<style>
a { background-color: #5B732C; }
a { background-color: rgb(91,115,44); }
div.DivClassName
{
background-color: #5B732C;
}
.BgClassName
{
background-color: #5B732C;
}
</style>
border-color css
<style>
span { border-color: #5B732C; }
span { border-color: rgb(91,115,44); }
td.TdClassName
{
border-color: #5B732C;
}
.TagClassName
{
border-color: #5B732C;
}
</style>