Shades of Salem #0D8642
Tints of Salem #0D8642
RGB
CMYK
RGB Variations
Color information
#0D8642 (or 0x0D8642) is known color: Salem. HEX triplet: 0D, 86 and 42. RGB value is (13,134,66). Sum of RGB (Red+Green+Blue) = 13+134+66=213 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.10% from 213); Green value is 134 (52.73% from 255 or 62.91% from 213); Blue value is 66 (26.17% from 255 or 30.99% from 213); Max value from RGB is 134 - color contains mainly: green. Hex color #0D8642 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D8642 is #F279BD. Grayscale: #5A5A5A. Windows color (decimal): -15890878 or 4359693. OLE color: 4359693.
HSL color Cylindrical-coordinate representation of color #0D8642: hue angle of 146.28º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D8642 is Cyan = 0.90, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 13 | 134 | 66 | - |
| CMYK | 0.90 | 0 | 0.51 | 0.47 |
| HSL | 146.28º | 0.82% | 0.29% | - |
| HSV(B) | 146.28º | 0.9% | 0.53% | - |
| XYZ | 9.67 | 17.53 | 8.03 | - |
| YUV | 90.07 | 114.41 | 73.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 134 | 66 | 0.90 | 0 | 0.51 | 0.47 | 146.28 | 0.82 | 0.29 |
| Hex | D | 86 | 42 | 5A | 0 | 33 | 2F | 92 | 52 | 1D |
| Octal | 15 | 206 | 102 | 132 | 0 | 63 | 57 | 222 | 122 | 35 |
| Binary | 1101 | 10000110 | 1000010 | 1011010 | 0 | 110011 | 101111 | 10010010 | 1010010 | 11101 |
Color Harmonies of #0D8642
Complementary color
Monochromatic Colors of #0D8642
Black with #0D8642
Text Example
Text Example
White with #0D8642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8642; }
p { color: rgb(13,134,66); }
H1.HeaderClassName
{
color: #0D8642;
}
.AnyTagClassName
{
color: #0D8642;
}
</style>
background-color css
<style>
a { background-color: #0D8642; }
a { background-color: rgb(13,134,66); }
div.DivClassName
{
background-color: #0D8642;
}
.BgClassName
{
background-color: #0D8642;
}
</style>
border-color css
<style>
span { border-color: #0D8642; }
span { border-color: rgb(13,134,66); }
td.TdClassName
{
border-color: #0D8642;
}
.TagClassName
{
border-color: #0D8642;
}
</style>