Shades of Salem #0D8B58
Tints of Salem #0D8B58
RGB
CMYK
RGB Variations
Color information
#0D8B58 (or 0x0D8B58) is known color: Salem. HEX triplet: 0D, 8B and 58. RGB value is (13,139,88). Sum of RGB (Red+Green+Blue) = 13+139+88=240 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.42% from 240); Green value is 139 (54.69% from 255 or 57.92% from 240); Blue value is 88 (34.77% from 255 or 36.67% from 240); Max value from RGB is 139 - color contains mainly: green. Hex color #0D8B58 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8B58 is #F274A7. Grayscale: #5F5F5F. Windows color (decimal): -15889576 or 5802765. OLE color: 5802765.
HSL color Cylindrical-coordinate representation of color #0D8B58: hue angle of 155.71º 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 #0D8B58 is Cyan = 0.91, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 13 | 139 | 88 | - |
| CMYK | 0.91 | 0 | 0.37 | 0.45 |
| HSL | 155.71º | 0.83% | 0.3% | - |
| HSV(B) | 155.71º | 0.91% | 0.55% | - |
| XYZ | 11.16 | 19.26 | 12.36 | - |
| YUV | 95.51 | 123.76 | 69.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 139 | 88 | 0.91 | 0 | 0.37 | 0.45 | 155.71 | 0.83 | 0.3 |
| Hex | D | 8B | 58 | 5B | 0 | 25 | 2D | 9C | 53 | 1E |
| Octal | 15 | 213 | 130 | 133 | 0 | 45 | 55 | 234 | 123 | 36 |
| Binary | 1101 | 10001011 | 1011000 | 1011011 | 0 | 100101 | 101101 | 10011100 | 1010011 | 11110 |
Color Harmonies of #0D8B58
Complementary color
Monochromatic Colors of #0D8B58
Black with #0D8B58
Text Example
Text Example
White with #0D8B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8B58; }
p { color: rgb(13,139,88); }
H1.HeaderClassName
{
color: #0D8B58;
}
.AnyTagClassName
{
color: #0D8B58;
}
</style>
background-color css
<style>
a { background-color: #0D8B58; }
a { background-color: rgb(13,139,88); }
div.DivClassName
{
background-color: #0D8B58;
}
.BgClassName
{
background-color: #0D8B58;
}
</style>
border-color css
<style>
span { border-color: #0D8B58; }
span { border-color: rgb(13,139,88); }
td.TdClassName
{
border-color: #0D8B58;
}
.TagClassName
{
border-color: #0D8B58;
}
</style>