Shades of Dark Olive Green #50602C
Tints of Dark Olive Green #50602C
RGB
CMYK
RGB Variations
Color information
#50602C (or 0x50602C) is known color: Dark Olive Green. HEX triplet: 50, 60 and 2C. RGB value is (80,96,44). Sum of RGB (Red+Green+Blue) = 80+96+44=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 44 (17.58% from 255 or 20% from 220); Max value from RGB is 96 - color contains mainly: green. Hex color #50602C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50602C is #AF9FD3. Grayscale: #555555. Windows color (decimal): -11509716 or 2908240. OLE color: 2908240.
HSL color Cylindrical-coordinate representation of color #50602C: hue angle of 78.46º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #50602C is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 80 | 96 | 44 | - |
| CMYK | 0.17 | 0 | 0.54 | 0.62 |
| HSL | 78.46º | 0.37% | 0.27% | - |
| HSV(B) | 78.46º | 0.54% | 0.38% | - |
| XYZ | 7.95 | 10.25 | 3.94 | - |
| YUV | 85.29 | 104.7 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 96 | 44 | 0.17 | 0 | 0.54 | 0.62 | 78.46 | 0.37 | 0.27 |
| Hex | 50 | 60 | 2C | 11 | 0 | 36 | 3E | 4E | 25 | 1B |
| Octal | 120 | 140 | 54 | 21 | 0 | 66 | 76 | 116 | 45 | 33 |
| Binary | 1010000 | 1100000 | 101100 | 10001 | 0 | 110110 | 111110 | 1001110 | 100101 | 11011 |
Color Harmonies of #50602C
Complementary color
Monochromatic Colors of #50602C
Black with #50602C
Text Example
Text Example
White with #50602C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50602C; }
p { color: rgb(80,96,44); }
H1.HeaderClassName
{
color: #50602C;
}
.AnyTagClassName
{
color: #50602C;
}
</style>
background-color css
<style>
a { background-color: #50602C; }
a { background-color: rgb(80,96,44); }
div.DivClassName
{
background-color: #50602C;
}
.BgClassName
{
background-color: #50602C;
}
</style>
border-color css
<style>
span { border-color: #50602C; }
span { border-color: rgb(80,96,44); }
td.TdClassName
{
border-color: #50602C;
}
.TagClassName
{
border-color: #50602C;
}
</style>