Shades of Dark Olive Green #5C7436
Tints of Dark Olive Green #5C7436
RGB
CMYK
RGB Variations
Color information
#5C7436 (or 0x5C7436) is known color: Dark Olive Green. HEX triplet: 5C, 74 and 36. RGB value is (92,116,54). Sum of RGB (Red+Green+Blue) = 92+116+54=262 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.11% from 262); Green value is 116 (45.70% from 255 or 44.27% from 262); Blue value is 54 (21.48% from 255 or 20.61% from 262); Max value from RGB is 116 - color contains mainly: green. Hex color #5C7436 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7436 is #A38BC9. Grayscale: #656565. Windows color (decimal): -10718154 or 3568732. OLE color: 3568732.
HSL color Cylindrical-coordinate representation of color #5C7436: hue angle of 83.23º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5C7436 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 92 | 116 | 54 | - |
| CMYK | 0.21 | 0 | 0.53 | 0.55 |
| HSL | 83.23º | 0.36% | 0.33% | - |
| HSV(B) | 83.23º | 0.53% | 0.45% | - |
| XYZ | 11.32 | 15.03 | 5.79 | - |
| YUV | 101.76 | 101.05 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 116 | 54 | 0.21 | 0 | 0.53 | 0.55 | 83.23 | 0.36 | 0.33 |
| Hex | 5C | 74 | 36 | 15 | 0 | 35 | 37 | 53 | 24 | 21 |
| Octal | 134 | 164 | 66 | 25 | 0 | 65 | 67 | 123 | 44 | 41 |
| Binary | 1011100 | 1110100 | 110110 | 10101 | 0 | 110101 | 110111 | 1010011 | 100100 | 100001 |
Color Harmonies of #5C7436
Complementary color
Monochromatic Colors of #5C7436
Black with #5C7436
Text Example
Text Example
White with #5C7436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7436; }
p { color: rgb(92,116,54); }
H1.HeaderClassName
{
color: #5C7436;
}
.AnyTagClassName
{
color: #5C7436;
}
</style>
background-color css
<style>
a { background-color: #5C7436; }
a { background-color: rgb(92,116,54); }
div.DivClassName
{
background-color: #5C7436;
}
.BgClassName
{
background-color: #5C7436;
}
</style>
border-color css
<style>
span { border-color: #5C7436; }
span { border-color: rgb(92,116,54); }
td.TdClassName
{
border-color: #5C7436;
}
.TagClassName
{
border-color: #5C7436;
}
</style>