Shades of Dark Olive Green #5C7333
Tints of Dark Olive Green #5C7333
RGB
CMYK
RGB Variations
Color information
#5C7333 (or 0x5C7333) is known color: Dark Olive Green. HEX triplet: 5C, 73 and 33. RGB value is (92,115,51). Sum of RGB (Red+Green+Blue) = 92+115+51=258 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.66% from 258); Green value is 115 (45.31% from 255 or 44.57% from 258); Blue value is 51 (20.31% from 255 or 19.77% from 258); Max value from RGB is 115 - color contains mainly: green. Hex color #5C7333 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7333 is #A38CCC. Grayscale: #656565. Windows color (decimal): -10718413 or 3371868. OLE color: 3371868.
HSL color Cylindrical-coordinate representation of color #5C7333: hue angle of 81.56º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5C7333 is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 92 | 115 | 51 | - |
| CMYK | 0.20 | 0 | 0.56 | 0.55 |
| HSL | 81.56º | 0.39% | 0.33% | - |
| HSV(B) | 81.56º | 0.56% | 0.45% | - |
| XYZ | 11.14 | 14.78 | 5.4 | - |
| YUV | 100.83 | 99.88 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 115 | 51 | 0.20 | 0 | 0.56 | 0.55 | 81.56 | 0.39 | 0.33 |
| Hex | 5C | 73 | 33 | 14 | 0 | 38 | 37 | 52 | 27 | 21 |
| Octal | 134 | 163 | 63 | 24 | 0 | 70 | 67 | 122 | 47 | 41 |
| Binary | 1011100 | 1110011 | 110011 | 10100 | 0 | 111000 | 110111 | 1010010 | 100111 | 100001 |
Color Harmonies of #5C7333
Complementary color
Monochromatic Colors of #5C7333
Black with #5C7333
Text Example
Text Example
White with #5C7333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7333; }
p { color: rgb(92,115,51); }
H1.HeaderClassName
{
color: #5C7333;
}
.AnyTagClassName
{
color: #5C7333;
}
</style>
background-color css
<style>
a { background-color: #5C7333; }
a { background-color: rgb(92,115,51); }
div.DivClassName
{
background-color: #5C7333;
}
.BgClassName
{
background-color: #5C7333;
}
</style>
border-color css
<style>
span { border-color: #5C7333; }
span { border-color: rgb(92,115,51); }
td.TdClassName
{
border-color: #5C7333;
}
.TagClassName
{
border-color: #5C7333;
}
</style>