Shades of Dark Olive Green #5D732C
Tints of Dark Olive Green #5D732C
RGB
CMYK
RGB Variations
Color information
#5D732C (or 0x5D732C) is known color: Dark Olive Green. HEX triplet: 5D, 73 and 2C. RGB value is (93,115,44). Sum of RGB (Red+Green+Blue) = 93+115+44=252 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.90% from 252); Green value is 115 (45.31% from 255 or 45.63% from 252); Blue value is 44 (17.58% from 255 or 17.46% from 252); Max value from RGB is 115 - color contains mainly: green. Hex color #5D732C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D732C is #A28CD3. Grayscale: #646464. Windows color (decimal): -10652884 or 2913117. OLE color: 2913117.
HSL color Cylindrical-coordinate representation of color #5D732C: hue angle of 78.59º 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 #5D732C is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 93 | 115 | 44 | - |
| CMYK | 0.19 | 0 | 0.62 | 0.55 |
| HSL | 78.59º | 0.45% | 0.31% | - |
| HSV(B) | 78.59º | 0.62% | 0.45% | - |
| XYZ | 11.1 | 14.77 | 4.65 | - |
| YUV | 100.33 | 96.21 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 115 | 44 | 0.19 | 0 | 0.62 | 0.55 | 78.59 | 0.45 | 0.31 |
| Hex | 5D | 73 | 2C | 13 | 0 | 3E | 37 | 4F | 2D | 1F |
| Octal | 135 | 163 | 54 | 23 | 0 | 76 | 67 | 117 | 55 | 37 |
| Binary | 1011101 | 1110011 | 101100 | 10011 | 0 | 111110 | 110111 | 1001111 | 101101 | 11111 |
Color Harmonies of #5D732C
Complementary color
Monochromatic Colors of #5D732C
Black with #5D732C
Text Example
Text Example
White with #5D732C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D732C; }
p { color: rgb(93,115,44); }
H1.HeaderClassName
{
color: #5D732C;
}
.AnyTagClassName
{
color: #5D732C;
}
</style>
background-color css
<style>
a { background-color: #5D732C; }
a { background-color: rgb(93,115,44); }
div.DivClassName
{
background-color: #5D732C;
}
.BgClassName
{
background-color: #5D732C;
}
</style>
border-color css
<style>
span { border-color: #5D732C; }
span { border-color: rgb(93,115,44); }
td.TdClassName
{
border-color: #5D732C;
}
.TagClassName
{
border-color: #5D732C;
}
</style>