Shades of Salem #0D8940
Tints of Salem #0D8940
RGB
CMYK
RGB Variations
Color information
#0D8940 (or 0x0D8940) is known color: Salem. HEX triplet: 0D, 89 and 40. RGB value is (13,137,64). Sum of RGB (Red+Green+Blue) = 13+137+64=214 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.07% from 214); Green value is 137 (53.91% from 255 or 64.02% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 137 - color contains mainly: green. Hex color #0D8940 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D8940 is #F276BF. Grayscale: #5B5B5B. Windows color (decimal): -15890112 or 4229389. OLE color: 4229389.
HSL color Cylindrical-coordinate representation of color #0D8940: hue angle of 144.68º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D8940 is Cyan = 0.91, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 13 | 137 | 64 | - |
| CMYK | 0.91 | 0 | 0.53 | 0.46 |
| HSL | 144.68º | 0.83% | 0.29% | - |
| HSV(B) | 144.68º | 0.91% | 0.54% | - |
| XYZ | 10.04 | 18.35 | 7.86 | - |
| YUV | 91.6 | 112.42 | 71.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 137 | 64 | 0.91 | 0 | 0.53 | 0.46 | 144.68 | 0.83 | 0.29 |
| Hex | D | 89 | 40 | 5B | 0 | 35 | 2E | 91 | 53 | 1D |
| Octal | 15 | 211 | 100 | 133 | 0 | 65 | 56 | 221 | 123 | 35 |
| Binary | 1101 | 10001001 | 1000000 | 1011011 | 0 | 110101 | 101110 | 10010001 | 1010011 | 11101 |
Color Harmonies of #0D8940
Complementary color
Monochromatic Colors of #0D8940
Black with #0D8940
Text Example
Text Example
White with #0D8940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8940; }
p { color: rgb(13,137,64); }
H1.HeaderClassName
{
color: #0D8940;
}
.AnyTagClassName
{
color: #0D8940;
}
</style>
background-color css
<style>
a { background-color: #0D8940; }
a { background-color: rgb(13,137,64); }
div.DivClassName
{
background-color: #0D8940;
}
.BgClassName
{
background-color: #0D8940;
}
</style>
border-color css
<style>
span { border-color: #0D8940; }
span { border-color: rgb(13,137,64); }
td.TdClassName
{
border-color: #0D8940;
}
.TagClassName
{
border-color: #0D8940;
}
</style>