Shades of Salem #0D863F
Tints of Salem #0D863F
RGB
CMYK
RGB Variations
Color information
#0D863F (or 0x0D863F) is known color: Salem. HEX triplet: 0D, 86 and 3F. RGB value is (13,134,63). Sum of RGB (Red+Green+Blue) = 13+134+63=210 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.19% from 210); Green value is 134 (52.73% from 255 or 63.81% from 210); Blue value is 63 (25% from 255 or 30% from 210); Max value from RGB is 134 - color contains mainly: green. Hex color #0D863F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D863F is #F279C0. Grayscale: #595959. Windows color (decimal): -15890881 or 4163085. OLE color: 4163085.
HSL color Cylindrical-coordinate representation of color #0D863F: hue angle of 144.79º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D863F is Cyan = 0.90, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 13 | 134 | 63 | - |
| CMYK | 0.90 | 0 | 0.53 | 0.47 |
| HSL | 144.79º | 0.82% | 0.29% | - |
| HSV(B) | 144.79º | 0.9% | 0.53% | - |
| XYZ | 9.59 | 17.49 | 7.57 | - |
| YUV | 89.73 | 112.91 | 73.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 134 | 63 | 0.90 | 0 | 0.53 | 0.47 | 144.79 | 0.82 | 0.29 |
| Hex | D | 86 | 3F | 5A | 0 | 35 | 2F | 91 | 52 | 1D |
| Octal | 15 | 206 | 77 | 132 | 0 | 65 | 57 | 221 | 122 | 35 |
| Binary | 1101 | 10000110 | 111111 | 1011010 | 0 | 110101 | 101111 | 10010001 | 1010010 | 11101 |
Color Harmonies of #0D863F
Complementary color
Monochromatic Colors of #0D863F
Black with #0D863F
Text Example
Text Example
White with #0D863F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D863F; }
p { color: rgb(13,134,63); }
H1.HeaderClassName
{
color: #0D863F;
}
.AnyTagClassName
{
color: #0D863F;
}
</style>
background-color css
<style>
a { background-color: #0D863F; }
a { background-color: rgb(13,134,63); }
div.DivClassName
{
background-color: #0D863F;
}
.BgClassName
{
background-color: #0D863F;
}
</style>
border-color css
<style>
span { border-color: #0D863F; }
span { border-color: rgb(13,134,63); }
td.TdClassName
{
border-color: #0D863F;
}
.TagClassName
{
border-color: #0D863F;
}
</style>