Shades of Salem #0D8541
Tints of Salem #0D8541
RGB
CMYK
RGB Variations
Color information
#0D8541 (or 0x0D8541) is known color: Salem. HEX triplet: 0D, 85 and 41. RGB value is (13,133,65). Sum of RGB (Red+Green+Blue) = 13+133+65=211 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.16% from 211); Green value is 133 (52.34% from 255 or 63.03% from 211); Blue value is 65 (25.78% from 255 or 30.81% from 211); Max value from RGB is 133 - color contains mainly: green. Hex color #0D8541 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D8541 is #F27ABE. Grayscale: #595959. Windows color (decimal): -15891135 or 4293901. OLE color: 4293901.
HSL color Cylindrical-coordinate representation of color #0D8541: hue angle of 146º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D8541 is Cyan = 0.90, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 13 | 133 | 65 | - |
| CMYK | 0.90 | 0 | 0.51 | 0.48 |
| HSL | 146º | 0.82% | 0.29% | - |
| HSV(B) | 146º | 0.9% | 0.52% | - |
| XYZ | 9.51 | 17.24 | 7.83 | - |
| YUV | 89.37 | 114.24 | 73.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 133 | 65 | 0.90 | 0 | 0.51 | 0.48 | 146 | 0.82 | 0.29 |
| Hex | D | 85 | 41 | 5A | 0 | 33 | 30 | 92 | 52 | 1D |
| Octal | 15 | 205 | 101 | 132 | 0 | 63 | 60 | 222 | 122 | 35 |
| Binary | 1101 | 10000101 | 1000001 | 1011010 | 0 | 110011 | 110000 | 10010010 | 1010010 | 11101 |
Color Harmonies of #0D8541
Complementary color
Monochromatic Colors of #0D8541
Black with #0D8541
Text Example
Text Example
White with #0D8541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8541; }
p { color: rgb(13,133,65); }
H1.HeaderClassName
{
color: #0D8541;
}
.AnyTagClassName
{
color: #0D8541;
}
</style>
background-color css
<style>
a { background-color: #0D8541; }
a { background-color: rgb(13,133,65); }
div.DivClassName
{
background-color: #0D8541;
}
.BgClassName
{
background-color: #0D8541;
}
</style>
border-color css
<style>
span { border-color: #0D8541; }
span { border-color: rgb(13,133,65); }
td.TdClassName
{
border-color: #0D8541;
}
.TagClassName
{
border-color: #0D8541;
}
</style>