Shades of Salem #0D8355
Tints of Salem #0D8355
RGB
CMYK
RGB Variations
Color information
#0D8355 (or 0x0D8355) is known color: Salem. HEX triplet: 0D, 83 and 55. RGB value is (13,131,85). Sum of RGB (Red+Green+Blue) = 13+131+85=229 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.68% from 229); Green value is 131 (51.56% from 255 or 57.21% from 229); Blue value is 85 (33.59% from 255 or 37.12% from 229); Max value from RGB is 131 - color contains mainly: green. Hex color #0D8355 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8355 is #F27CAA. Grayscale: #5A5A5A. Windows color (decimal): -15891627 or 5604109. OLE color: 5604109.
HSL color Cylindrical-coordinate representation of color #0D8355: hue angle of 156.61º 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 #0D8355 is Cyan = 0.90, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 13 | 131 | 85 | - |
| CMYK | 0.90 | 0 | 0.35 | 0.49 |
| HSL | 156.61º | 0.82% | 0.28% | - |
| HSV(B) | 156.61º | 0.9% | 0.51% | - |
| XYZ | 9.92 | 16.97 | 11.35 | - |
| YUV | 90.47 | 124.91 | 72.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 131 | 85 | 0.90 | 0 | 0.35 | 0.49 | 156.61 | 0.82 | 0.28 |
| Hex | D | 83 | 55 | 5A | 0 | 23 | 31 | 9D | 52 | 1C |
| Octal | 15 | 203 | 125 | 132 | 0 | 43 | 61 | 235 | 122 | 34 |
| Binary | 1101 | 10000011 | 1010101 | 1011010 | 0 | 100011 | 110001 | 10011101 | 1010010 | 11100 |
Color Harmonies of #0D8355
Complementary color
Monochromatic Colors of #0D8355
Black with #0D8355
Text Example
Text Example
White with #0D8355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8355; }
p { color: rgb(13,131,85); }
H1.HeaderClassName
{
color: #0D8355;
}
.AnyTagClassName
{
color: #0D8355;
}
</style>
background-color css
<style>
a { background-color: #0D8355; }
a { background-color: rgb(13,131,85); }
div.DivClassName
{
background-color: #0D8355;
}
.BgClassName
{
background-color: #0D8355;
}
</style>
border-color css
<style>
span { border-color: #0D8355; }
span { border-color: rgb(13,131,85); }
td.TdClassName
{
border-color: #0D8355;
}
.TagClassName
{
border-color: #0D8355;
}
</style>