Shades of Salem #0D8942
Tints of Salem #0D8942
RGB
CMYK
RGB Variations
Color information
#0D8942 (or 0x0D8942) is known color: Salem. HEX triplet: 0D, 89 and 42. RGB value is (13,137,66). Sum of RGB (Red+Green+Blue) = 13+137+66=216 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.02% from 216); Green value is 137 (53.91% from 255 or 63.43% from 216); Blue value is 66 (26.17% from 255 or 30.56% from 216); Max value from RGB is 137 - color contains mainly: green. Hex color #0D8942 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D8942 is #F276BD. Grayscale: #5B5B5B. Windows color (decimal): -15890110 or 4360461. OLE color: 4360461.
HSL color Cylindrical-coordinate representation of color #0D8942: hue angle of 145.65º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D8942 is Cyan = 0.91, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 13 | 137 | 66 | - |
| CMYK | 0.91 | 0 | 0.52 | 0.46 |
| HSL | 145.65º | 0.83% | 0.29% | - |
| HSV(B) | 145.65º | 0.91% | 0.54% | - |
| XYZ | 10.1 | 18.37 | 8.17 | - |
| YUV | 91.83 | 113.42 | 71.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 137 | 66 | 0.91 | 0 | 0.52 | 0.46 | 145.65 | 0.83 | 0.29 |
| Hex | D | 89 | 42 | 5B | 0 | 34 | 2E | 92 | 53 | 1D |
| Octal | 15 | 211 | 102 | 133 | 0 | 64 | 56 | 222 | 123 | 35 |
| Binary | 1101 | 10001001 | 1000010 | 1011011 | 0 | 110100 | 101110 | 10010010 | 1010011 | 11101 |
Color Harmonies of #0D8942
Complementary color
Monochromatic Colors of #0D8942
Black with #0D8942
Text Example
Text Example
White with #0D8942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8942; }
p { color: rgb(13,137,66); }
H1.HeaderClassName
{
color: #0D8942;
}
.AnyTagClassName
{
color: #0D8942;
}
</style>
background-color css
<style>
a { background-color: #0D8942; }
a { background-color: rgb(13,137,66); }
div.DivClassName
{
background-color: #0D8942;
}
.BgClassName
{
background-color: #0D8942;
}
</style>
border-color css
<style>
span { border-color: #0D8942; }
span { border-color: rgb(13,137,66); }
td.TdClassName
{
border-color: #0D8942;
}
.TagClassName
{
border-color: #0D8942;
}
</style>