Shades of Dark Olive Green #50602F
Tints of Dark Olive Green #50602F
RGB
CMYK
RGB Variations
Color information
#50602F (or 0x50602F) is known color: Dark Olive Green. HEX triplet: 50, 60 and 2F. RGB value is (80,96,47). Sum of RGB (Red+Green+Blue) = 80+96+47=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 96 (37.89% from 255 or 43.05% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 96 - color contains mainly: green. Hex color #50602F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50602F is #AF9FD0. Grayscale: #555555. Windows color (decimal): -11509713 or 3104848. OLE color: 3104848.
HSL color Cylindrical-coordinate representation of color #50602F: hue angle of 79.59º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #50602F is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 80 | 96 | 47 | - |
| CMYK | 0.17 | 0 | 0.51 | 0.62 |
| HSL | 79.59º | 0.34% | 0.28% | - |
| HSV(B) | 79.59º | 0.51% | 0.38% | - |
| XYZ | 8 | 10.28 | 4.25 | - |
| YUV | 85.63 | 106.2 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 96 | 47 | 0.17 | 0 | 0.51 | 0.62 | 79.59 | 0.34 | 0.28 |
| Hex | 50 | 60 | 2F | 11 | 0 | 33 | 3E | 50 | 22 | 1C |
| Octal | 120 | 140 | 57 | 21 | 0 | 63 | 76 | 120 | 42 | 34 |
| Binary | 1010000 | 1100000 | 101111 | 10001 | 0 | 110011 | 111110 | 1010000 | 100010 | 11100 |
Color Harmonies of #50602F
Complementary color
Monochromatic Colors of #50602F
Black with #50602F
Text Example
Text Example
White with #50602F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50602F; }
p { color: rgb(80,96,47); }
H1.HeaderClassName
{
color: #50602F;
}
.AnyTagClassName
{
color: #50602F;
}
</style>
background-color css
<style>
a { background-color: #50602F; }
a { background-color: rgb(80,96,47); }
div.DivClassName
{
background-color: #50602F;
}
.BgClassName
{
background-color: #50602F;
}
</style>
border-color css
<style>
span { border-color: #50602F; }
span { border-color: rgb(80,96,47); }
td.TdClassName
{
border-color: #50602F;
}
.TagClassName
{
border-color: #50602F;
}
</style>