Shades of Salem #0D893B
Tints of Salem #0D893B
RGB
CMYK
RGB Variations
Color information
#0D893B (or 0x0D893B) is known color: Salem. HEX triplet: 0D, 89 and 3B. RGB value is (13,137,59). Sum of RGB (Red+Green+Blue) = 13+137+59=209 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.22% from 209); Green value is 137 (53.91% from 255 or 65.55% from 209); Blue value is 59 (23.44% from 255 or 28.23% from 209); Max value from RGB is 137 - color contains mainly: green. Hex color #0D893B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D893B is #F276C4. Grayscale: #5B5B5B. Windows color (decimal): -15890117 or 3901709. OLE color: 3901709.
HSL color Cylindrical-coordinate representation of color #0D893B: hue angle of 142.26º 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 #0D893B is Cyan = 0.91, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 13 | 137 | 59 | - |
| CMYK | 0.91 | 0 | 0.57 | 0.46 |
| HSL | 142.26º | 0.83% | 0.29% | - |
| HSV(B) | 142.26º | 0.91% | 0.54% | - |
| XYZ | 9.9 | 18.29 | 7.15 | - |
| YUV | 91.03 | 109.92 | 72.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 137 | 59 | 0.91 | 0 | 0.57 | 0.46 | 142.26 | 0.83 | 0.29 |
| Hex | D | 89 | 3B | 5B | 0 | 39 | 2E | 8E | 53 | 1D |
| Octal | 15 | 211 | 73 | 133 | 0 | 71 | 56 | 216 | 123 | 35 |
| Binary | 1101 | 10001001 | 111011 | 1011011 | 0 | 111001 | 101110 | 10001110 | 1010011 | 11101 |
Color Harmonies of #0D893B
Complementary color
Monochromatic Colors of #0D893B
Black with #0D893B
Text Example
Text Example
White with #0D893B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D893B; }
p { color: rgb(13,137,59); }
H1.HeaderClassName
{
color: #0D893B;
}
.AnyTagClassName
{
color: #0D893B;
}
</style>
background-color css
<style>
a { background-color: #0D893B; }
a { background-color: rgb(13,137,59); }
div.DivClassName
{
background-color: #0D893B;
}
.BgClassName
{
background-color: #0D893B;
}
</style>
border-color css
<style>
span { border-color: #0D893B; }
span { border-color: rgb(13,137,59); }
td.TdClassName
{
border-color: #0D893B;
}
.TagClassName
{
border-color: #0D893B;
}
</style>