Shades of Salem #0D843E
Tints of Salem #0D843E
RGB
CMYK
RGB Variations
Color information
#0D843E (or 0x0D843E) is known color: Salem. HEX triplet: 0D, 84 and 3E. RGB value is (13,132,62). Sum of RGB (Red+Green+Blue) = 13+132+62=207 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.28% from 207); Green value is 132 (51.95% from 255 or 63.77% from 207); Blue value is 62 (24.61% from 255 or 29.95% from 207); Max value from RGB is 132 - color contains mainly: green. Hex color #0D843E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D843E is #F27BC1. Grayscale: #585858. Windows color (decimal): -15891394 or 4097037. OLE color: 4097037.
HSL color Cylindrical-coordinate representation of color #0D843E: hue angle of 144.71º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D843E is Cyan = 0.90, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 13 | 132 | 62 | - |
| CMYK | 0.90 | 0 | 0.53 | 0.48 |
| HSL | 144.71º | 0.82% | 0.28% | - |
| HSV(B) | 144.71º | 0.9% | 0.52% | - |
| XYZ | 9.29 | 16.94 | 7.34 | - |
| YUV | 88.44 | 113.08 | 74.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 132 | 62 | 0.90 | 0 | 0.53 | 0.48 | 144.71 | 0.82 | 0.28 |
| Hex | D | 84 | 3E | 5A | 0 | 35 | 30 | 91 | 52 | 1C |
| Octal | 15 | 204 | 76 | 132 | 0 | 65 | 60 | 221 | 122 | 34 |
| Binary | 1101 | 10000100 | 111110 | 1011010 | 0 | 110101 | 110000 | 10010001 | 1010010 | 11100 |
Color Harmonies of #0D843E
Complementary color
Monochromatic Colors of #0D843E
Black with #0D843E
Text Example
Text Example
White with #0D843E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D843E; }
p { color: rgb(13,132,62); }
H1.HeaderClassName
{
color: #0D843E;
}
.AnyTagClassName
{
color: #0D843E;
}
</style>
background-color css
<style>
a { background-color: #0D843E; }
a { background-color: rgb(13,132,62); }
div.DivClassName
{
background-color: #0D843E;
}
.BgClassName
{
background-color: #0D843E;
}
</style>
border-color css
<style>
span { border-color: #0D843E; }
span { border-color: rgb(13,132,62); }
td.TdClassName
{
border-color: #0D843E;
}
.TagClassName
{
border-color: #0D843E;
}
</style>