Shades of Salem #0D8D52
Tints of Salem #0D8D52
RGB
CMYK
RGB Variations
Color information
#0D8D52 (or 0x0D8D52) is known color: Salem. HEX triplet: 0D, 8D and 52. RGB value is (13,141,82). Sum of RGB (Red+Green+Blue) = 13+141+82=236 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.51% from 236); Green value is 141 (55.47% from 255 or 59.75% from 236); Blue value is 82 (32.42% from 255 or 34.75% from 236); Max value from RGB is 141 - color contains mainly: green. Hex color #0D8D52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8D52 is #F272AD. Grayscale: #606060. Windows color (decimal): -15889070 or 5410061. OLE color: 5410061.
HSL color Cylindrical-coordinate representation of color #0D8D52: hue angle of 152.34º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D8D52 is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 13 | 141 | 82 | - |
| CMYK | 0.91 | 0 | 0.42 | 0.45 |
| HSL | 152.34º | 0.83% | 0.3% | - |
| HSV(B) | 152.34º | 0.91% | 0.55% | - |
| XYZ | 11.21 | 19.74 | 11.2 | - |
| YUV | 96 | 120.09 | 68.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 141 | 82 | 0.91 | 0 | 0.42 | 0.45 | 152.34 | 0.83 | 0.3 |
| Hex | D | 8D | 52 | 5B | 0 | 2A | 2D | 98 | 53 | 1E |
| Octal | 15 | 215 | 122 | 133 | 0 | 52 | 55 | 230 | 123 | 36 |
| Binary | 1101 | 10001101 | 1010010 | 1011011 | 0 | 101010 | 101101 | 10011000 | 1010011 | 11110 |
Color Harmonies of #0D8D52
Complementary color
Monochromatic Colors of #0D8D52
Black with #0D8D52
Text Example
Text Example
White with #0D8D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8D52; }
p { color: rgb(13,141,82); }
H1.HeaderClassName
{
color: #0D8D52;
}
.AnyTagClassName
{
color: #0D8D52;
}
</style>
background-color css
<style>
a { background-color: #0D8D52; }
a { background-color: rgb(13,141,82); }
div.DivClassName
{
background-color: #0D8D52;
}
.BgClassName
{
background-color: #0D8D52;
}
</style>
border-color css
<style>
span { border-color: #0D8D52; }
span { border-color: rgb(13,141,82); }
td.TdClassName
{
border-color: #0D8D52;
}
.TagClassName
{
border-color: #0D8D52;
}
</style>