Shades of Dark Olive Green #5C6C38
Tints of Dark Olive Green #5C6C38
RGB
CMYK
RGB Variations
Color information
#5C6C38 (or 0x5C6C38) is known color: Dark Olive Green. HEX triplet: 5C, 6C and 38. RGB value is (92,108,56). Sum of RGB (Red+Green+Blue) = 92+108+56=256 (33% of max value = 765). Red value is 92 (36.33% from 255 or 35.94% from 256); Green value is 108 (42.58% from 255 or 42.19% from 256); Blue value is 56 (22.27% from 255 or 21.88% from 256); Max value from RGB is 108 - color contains mainly: green. Hex color #5C6C38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6C38 is #A393C7. Grayscale: #616161. Windows color (decimal): -10720200 or 3697756. OLE color: 3697756.
HSL color Cylindrical-coordinate representation of color #5C6C38: hue angle of 78.46º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5C6C38 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 92 | 108 | 56 | - |
| CMYK | 0.15 | 0 | 0.48 | 0.58 |
| HSL | 78.46º | 0.32% | 0.32% | - |
| HSV(B) | 78.46º | 0.48% | 0.42% | - |
| XYZ | 10.49 | 13.29 | 5.75 | - |
| YUV | 97.29 | 104.7 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 108 | 56 | 0.15 | 0 | 0.48 | 0.58 | 78.46 | 0.32 | 0.32 |
| Hex | 5C | 6C | 38 | F | 0 | 30 | 3A | 4E | 20 | 20 |
| Octal | 134 | 154 | 70 | 17 | 0 | 60 | 72 | 116 | 40 | 40 |
| Binary | 1011100 | 1101100 | 111000 | 1111 | 0 | 110000 | 111010 | 1001110 | 100000 | 100000 |
Color Harmonies of #5C6C38
Complementary color
Monochromatic Colors of #5C6C38
Black with #5C6C38
Text Example
Text Example
White with #5C6C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6C38; }
p { color: rgb(92,108,56); }
H1.HeaderClassName
{
color: #5C6C38;
}
.AnyTagClassName
{
color: #5C6C38;
}
</style>
background-color css
<style>
a { background-color: #5C6C38; }
a { background-color: rgb(92,108,56); }
div.DivClassName
{
background-color: #5C6C38;
}
.BgClassName
{
background-color: #5C6C38;
}
</style>
border-color css
<style>
span { border-color: #5C6C38; }
span { border-color: rgb(92,108,56); }
td.TdClassName
{
border-color: #5C6C38;
}
.TagClassName
{
border-color: #5C6C38;
}
</style>