Shades of Salem #0D8246
Tints of Salem #0D8246
RGB
CMYK
RGB Variations
Color information
#0D8246 (or 0x0D8246) is known color: Salem. HEX triplet: 0D, 82 and 46. RGB value is (13,130,70). Sum of RGB (Red+Green+Blue) = 13+130+70=213 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.10% from 213); Green value is 130 (51.17% from 255 or 61.03% from 213); Blue value is 70 (27.73% from 255 or 32.86% from 213); Max value from RGB is 130 - color contains mainly: green. Hex color #0D8246 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D8246 is #F27DB9. Grayscale: #585858. Windows color (decimal): -15891898 or 4620813. OLE color: 4620813.
HSL color Cylindrical-coordinate representation of color #0D8246: hue angle of 149.23º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D8246 is Cyan = 0.9, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 13 | 130 | 70 | - |
| CMYK | 0.9 | 0 | 0.46 | 0.49 |
| HSL | 149.23º | 0.82% | 0.28% | - |
| HSV(B) | 149.23º | 0.9% | 0.51% | - |
| XYZ | 9.25 | 16.49 | 8.49 | - |
| YUV | 88.18 | 117.74 | 74.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 130 | 70 | 0.9 | 0 | 0.46 | 0.49 | 149.23 | 0.82 | 0.28 |
| Hex | D | 82 | 46 | 5A | 0 | 2E | 31 | 95 | 52 | 1C |
| Octal | 15 | 202 | 106 | 132 | 0 | 56 | 61 | 225 | 122 | 34 |
| Binary | 1101 | 10000010 | 1000110 | 1011010 | 0 | 101110 | 110001 | 10010101 | 1010010 | 11100 |
Color Harmonies of #0D8246
Complementary color
Monochromatic Colors of #0D8246
Black with #0D8246
Text Example
Text Example
White with #0D8246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8246; }
p { color: rgb(13,130,70); }
H1.HeaderClassName
{
color: #0D8246;
}
.AnyTagClassName
{
color: #0D8246;
}
</style>
background-color css
<style>
a { background-color: #0D8246; }
a { background-color: rgb(13,130,70); }
div.DivClassName
{
background-color: #0D8246;
}
.BgClassName
{
background-color: #0D8246;
}
</style>
border-color css
<style>
span { border-color: #0D8246; }
span { border-color: rgb(13,130,70); }
td.TdClassName
{
border-color: #0D8246;
}
.TagClassName
{
border-color: #0D8246;
}
</style>