Shades of Salem #0D8946
Tints of Salem #0D8946
RGB
CMYK
RGB Variations
Color information
#0D8946 (or 0x0D8946) is known color: Salem. HEX triplet: 0D, 89 and 46. RGB value is (13,137,70). Sum of RGB (Red+Green+Blue) = 13+137+70=220 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.91% from 220); Green value is 137 (53.91% from 255 or 62.27% from 220); Blue value is 70 (27.73% from 255 or 31.82% from 220); Max value from RGB is 137 - color contains mainly: green. Hex color #0D8946 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D8946 is #F276B9. Grayscale: #5C5C5C. Windows color (decimal): -15890106 or 4622605. OLE color: 4622605.
HSL color Cylindrical-coordinate representation of color #0D8946: hue angle of 147.58º 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 #0D8946 is Cyan = 0.91, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 13 | 137 | 70 | - |
| CMYK | 0.91 | 0 | 0.49 | 0.46 |
| HSL | 147.58º | 0.83% | 0.29% | - |
| HSV(B) | 147.58º | 0.91% | 0.54% | - |
| XYZ | 10.22 | 18.42 | 8.81 | - |
| YUV | 92.29 | 115.42 | 71.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 137 | 70 | 0.91 | 0 | 0.49 | 0.46 | 147.58 | 0.83 | 0.29 |
| Hex | D | 89 | 46 | 5B | 0 | 31 | 2E | 94 | 53 | 1D |
| Octal | 15 | 211 | 106 | 133 | 0 | 61 | 56 | 224 | 123 | 35 |
| Binary | 1101 | 10001001 | 1000110 | 1011011 | 0 | 110001 | 101110 | 10010100 | 1010011 | 11101 |
Color Harmonies of #0D8946
Complementary color
Monochromatic Colors of #0D8946
Black with #0D8946
Text Example
Text Example
White with #0D8946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8946; }
p { color: rgb(13,137,70); }
H1.HeaderClassName
{
color: #0D8946;
}
.AnyTagClassName
{
color: #0D8946;
}
</style>
background-color css
<style>
a { background-color: #0D8946; }
a { background-color: rgb(13,137,70); }
div.DivClassName
{
background-color: #0D8946;
}
.BgClassName
{
background-color: #0D8946;
}
</style>
border-color css
<style>
span { border-color: #0D8946; }
span { border-color: rgb(13,137,70); }
td.TdClassName
{
border-color: #0D8946;
}
.TagClassName
{
border-color: #0D8946;
}
</style>