Shades of Salem #0D8D4F
Tints of Salem #0D8D4F
RGB
CMYK
RGB Variations
Color information
#0D8D4F (or 0x0D8D4F) is known color: Salem. HEX triplet: 0D, 8D and 4F. RGB value is (13,141,79). Sum of RGB (Red+Green+Blue) = 13+141+79=233 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.58% from 233); Green value is 141 (55.47% from 255 or 60.52% from 233); Blue value is 79 (31.25% from 255 or 33.91% from 233); Max value from RGB is 141 - color contains mainly: green. Hex color #0D8D4F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8D4F is #F272B0. Grayscale: #5F5F5F. Windows color (decimal): -15889073 or 5213453. OLE color: 5213453.
HSL color Cylindrical-coordinate representation of color #0D8D4F: hue angle of 150.94º 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 #0D8D4F is Cyan = 0.91, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 13 | 141 | 79 | - |
| CMYK | 0.91 | 0 | 0.44 | 0.45 |
| HSL | 150.94º | 0.83% | 0.3% | - |
| HSV(B) | 150.94º | 0.91% | 0.55% | - |
| XYZ | 11.1 | 19.7 | 10.61 | - |
| YUV | 95.66 | 118.59 | 69.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 141 | 79 | 0.91 | 0 | 0.44 | 0.45 | 150.94 | 0.83 | 0.3 |
| Hex | D | 8D | 4F | 5B | 0 | 2C | 2D | 97 | 53 | 1E |
| Octal | 15 | 215 | 117 | 133 | 0 | 54 | 55 | 227 | 123 | 36 |
| Binary | 1101 | 10001101 | 1001111 | 1011011 | 0 | 101100 | 101101 | 10010111 | 1010011 | 11110 |
Color Harmonies of #0D8D4F
Complementary color
Monochromatic Colors of #0D8D4F
Black with #0D8D4F
Text Example
Text Example
White with #0D8D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8D4F; }
p { color: rgb(13,141,79); }
H1.HeaderClassName
{
color: #0D8D4F;
}
.AnyTagClassName
{
color: #0D8D4F;
}
</style>
background-color css
<style>
a { background-color: #0D8D4F; }
a { background-color: rgb(13,141,79); }
div.DivClassName
{
background-color: #0D8D4F;
}
.BgClassName
{
background-color: #0D8D4F;
}
</style>
border-color css
<style>
span { border-color: #0D8D4F; }
span { border-color: rgb(13,141,79); }
td.TdClassName
{
border-color: #0D8D4F;
}
.TagClassName
{
border-color: #0D8D4F;
}
</style>