Shades of Salem #0D8E49
Tints of Salem #0D8E49
RGB
CMYK
RGB Variations
Color information
#0D8E49 (or 0x0D8E49) is known color: Salem. HEX triplet: 0D, 8E and 49. RGB value is (13,142,73). Sum of RGB (Red+Green+Blue) = 13+142+73=228 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.70% from 228); Green value is 142 (55.86% from 255 or 62.28% from 228); Blue value is 73 (28.91% from 255 or 32.02% from 228); Max value from RGB is 142 - color contains mainly: green. Hex color #0D8E49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D8E49 is #F271B6. Grayscale: #5F5F5F. Windows color (decimal): -15888823 or 4820493. OLE color: 4820493.
HSL color Cylindrical-coordinate representation of color #0D8E49: hue angle of 147.91º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D8E49 is Cyan = 0.91, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 13 | 142 | 73 | - |
| CMYK | 0.91 | 0 | 0.49 | 0.44 |
| HSL | 147.91º | 0.83% | 0.3% | - |
| HSV(B) | 147.91º | 0.91% | 0.56% | - |
| XYZ | 11.04 | 19.91 | 9.56 | - |
| YUV | 95.56 | 115.26 | 69.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 142 | 73 | 0.91 | 0 | 0.49 | 0.44 | 147.91 | 0.83 | 0.3 |
| Hex | D | 8E | 49 | 5B | 0 | 31 | 2C | 94 | 53 | 1E |
| Octal | 15 | 216 | 111 | 133 | 0 | 61 | 54 | 224 | 123 | 36 |
| Binary | 1101 | 10001110 | 1001001 | 1011011 | 0 | 110001 | 101100 | 10010100 | 1010011 | 11110 |
Color Harmonies of #0D8E49
Complementary color
Monochromatic Colors of #0D8E49
Black with #0D8E49
Text Example
Text Example
White with #0D8E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8E49; }
p { color: rgb(13,142,73); }
H1.HeaderClassName
{
color: #0D8E49;
}
.AnyTagClassName
{
color: #0D8E49;
}
</style>
background-color css
<style>
a { background-color: #0D8E49; }
a { background-color: rgb(13,142,73); }
div.DivClassName
{
background-color: #0D8E49;
}
.BgClassName
{
background-color: #0D8E49;
}
</style>
border-color css
<style>
span { border-color: #0D8E49; }
span { border-color: rgb(13,142,73); }
td.TdClassName
{
border-color: #0D8E49;
}
.TagClassName
{
border-color: #0D8E49;
}
</style>