Shades of Dark Olive Green #5C7334
Tints of Dark Olive Green #5C7334
RGB
CMYK
RGB Variations
Color information
#5C7334 (or 0x5C7334) is known color: Dark Olive Green. HEX triplet: 5C, 73 and 34. RGB value is (92,115,52). Sum of RGB (Red+Green+Blue) = 92+115+52=259 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.52% from 259); Green value is 115 (45.31% from 255 or 44.40% from 259); Blue value is 52 (20.70% from 255 or 20.08% from 259); Max value from RGB is 115 - color contains mainly: green. Hex color #5C7334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7334 is #A38CCB. Grayscale: #656565. Windows color (decimal): -10718412 or 3437404. OLE color: 3437404.
HSL color Cylindrical-coordinate representation of color #5C7334: hue angle of 81.9º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5C7334 is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 92 | 115 | 52 | - |
| CMYK | 0.20 | 0 | 0.55 | 0.55 |
| HSL | 81.9º | 0.38% | 0.33% | - |
| HSV(B) | 81.9º | 0.55% | 0.45% | - |
| XYZ | 11.16 | 14.78 | 5.51 | - |
| YUV | 100.94 | 100.38 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 115 | 52 | 0.20 | 0 | 0.55 | 0.55 | 81.9 | 0.38 | 0.33 |
| Hex | 5C | 73 | 34 | 14 | 0 | 37 | 37 | 52 | 26 | 21 |
| Octal | 134 | 163 | 64 | 24 | 0 | 67 | 67 | 122 | 46 | 41 |
| Binary | 1011100 | 1110011 | 110100 | 10100 | 0 | 110111 | 110111 | 1010010 | 100110 | 100001 |
Color Harmonies of #5C7334
Complementary color
Monochromatic Colors of #5C7334
Black with #5C7334
Text Example
Text Example
White with #5C7334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7334; }
p { color: rgb(92,115,52); }
H1.HeaderClassName
{
color: #5C7334;
}
.AnyTagClassName
{
color: #5C7334;
}
</style>
background-color css
<style>
a { background-color: #5C7334; }
a { background-color: rgb(92,115,52); }
div.DivClassName
{
background-color: #5C7334;
}
.BgClassName
{
background-color: #5C7334;
}
</style>
border-color css
<style>
span { border-color: #5C7334; }
span { border-color: rgb(92,115,52); }
td.TdClassName
{
border-color: #5C7334;
}
.TagClassName
{
border-color: #5C7334;
}
</style>