Shades of Salem #0D8255
Tints of Salem #0D8255
RGB
CMYK
RGB Variations
Color information
#0D8255 (or 0x0D8255) is known color: Salem. HEX triplet: 0D, 82 and 55. RGB value is (13,130,85). Sum of RGB (Red+Green+Blue) = 13+130+85=228 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.70% from 228); Green value is 130 (51.17% from 255 or 57.02% from 228); Blue value is 85 (33.59% from 255 or 37.28% from 228); Max value from RGB is 130 - color contains mainly: green. Hex color #0D8255 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8255 is #F27DAA. Grayscale: #595959. Windows color (decimal): -15891883 or 5603853. OLE color: 5603853.
HSL color Cylindrical-coordinate representation of color #0D8255: hue angle of 156.92º 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 #0D8255 is Cyan = 0.9, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 13 | 130 | 85 | - |
| CMYK | 0.9 | 0 | 0.35 | 0.49 |
| HSL | 156.92º | 0.82% | 0.28% | - |
| HSV(B) | 156.92º | 0.9% | 0.51% | - |
| XYZ | 9.79 | 16.71 | 11.3 | - |
| YUV | 89.89 | 125.24 | 73.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 130 | 85 | 0.9 | 0 | 0.35 | 0.49 | 156.92 | 0.82 | 0.28 |
| Hex | D | 82 | 55 | 5A | 0 | 23 | 31 | 9D | 52 | 1C |
| Octal | 15 | 202 | 125 | 132 | 0 | 43 | 61 | 235 | 122 | 34 |
| Binary | 1101 | 10000010 | 1010101 | 1011010 | 0 | 100011 | 110001 | 10011101 | 1010010 | 11100 |
Color Harmonies of #0D8255
Complementary color
Monochromatic Colors of #0D8255
Black with #0D8255
Text Example
Text Example
White with #0D8255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8255; }
p { color: rgb(13,130,85); }
H1.HeaderClassName
{
color: #0D8255;
}
.AnyTagClassName
{
color: #0D8255;
}
</style>
background-color css
<style>
a { background-color: #0D8255; }
a { background-color: rgb(13,130,85); }
div.DivClassName
{
background-color: #0D8255;
}
.BgClassName
{
background-color: #0D8255;
}
</style>
border-color css
<style>
span { border-color: #0D8255; }
span { border-color: rgb(13,130,85); }
td.TdClassName
{
border-color: #0D8255;
}
.TagClassName
{
border-color: #0D8255;
}
</style>