Shades of Dark Olive Green #505F2D
Tints of Dark Olive Green #505F2D
RGB
CMYK
RGB Variations
Color information
#505F2D (or 0x505F2D) is known color: Dark Olive Green. HEX triplet: 50, 5F and 2D. RGB value is (80,95,45). Sum of RGB (Red+Green+Blue) = 80+95+45=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 95 (37.5% from 255 or 43.18% from 220); Blue value is 45 (17.97% from 255 or 20.45% from 220); Max value from RGB is 95 - color contains mainly: green. Hex color #505F2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505F2D is #AFA0D2. Grayscale: #555555. Windows color (decimal): -11509971 or 2973520. OLE color: 2973520.
HSL color Cylindrical-coordinate representation of color #505F2D: hue angle of 78º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #505F2D is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 80 | 95 | 45 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.63 |
| HSL | 78º | 0.36% | 0.27% | - |
| HSV(B) | 78º | 0.53% | 0.37% | - |
| XYZ | 7.87 | 10.08 | 4.01 | - |
| YUV | 84.82 | 105.53 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 95 | 45 | 0.16 | 0 | 0.53 | 0.63 | 78 | 0.36 | 0.27 |
| Hex | 50 | 5F | 2D | 10 | 0 | 35 | 3F | 4E | 24 | 1B |
| Octal | 120 | 137 | 55 | 20 | 0 | 65 | 77 | 116 | 44 | 33 |
| Binary | 1010000 | 1011111 | 101101 | 10000 | 0 | 110101 | 111111 | 1001110 | 100100 | 11011 |
Color Harmonies of #505F2D
Complementary color
Monochromatic Colors of #505F2D
Black with #505F2D
Text Example
Text Example
White with #505F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505F2D; }
p { color: rgb(80,95,45); }
H1.HeaderClassName
{
color: #505F2D;
}
.AnyTagClassName
{
color: #505F2D;
}
</style>
background-color css
<style>
a { background-color: #505F2D; }
a { background-color: rgb(80,95,45); }
div.DivClassName
{
background-color: #505F2D;
}
.BgClassName
{
background-color: #505F2D;
}
</style>
border-color css
<style>
span { border-color: #505F2D; }
span { border-color: rgb(80,95,45); }
td.TdClassName
{
border-color: #505F2D;
}
.TagClassName
{
border-color: #505F2D;
}
</style>