Shades of Salem #0D834F
Tints of Salem #0D834F
RGB
CMYK
RGB Variations
Color information
#0D834F (or 0x0D834F) is known color: Salem. HEX triplet: 0D, 83 and 4F. RGB value is (13,131,79). Sum of RGB (Red+Green+Blue) = 13+131+79=223 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.83% from 223); Green value is 131 (51.56% from 255 or 58.74% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 131 - color contains mainly: green. Hex color #0D834F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D834F is #F27CB0. Grayscale: #595959. Windows color (decimal): -15891633 or 5210893. OLE color: 5210893.
HSL color Cylindrical-coordinate representation of color #0D834F: hue angle of 153.56º 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 #0D834F is Cyan = 0.90, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 13 | 131 | 79 | - |
| CMYK | 0.90 | 0 | 0.40 | 0.49 |
| HSL | 153.56º | 0.82% | 0.28% | - |
| HSV(B) | 153.56º | 0.9% | 0.51% | - |
| XYZ | 9.69 | 16.88 | 10.14 | - |
| YUV | 89.79 | 121.91 | 73.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 131 | 79 | 0.90 | 0 | 0.40 | 0.49 | 153.56 | 0.82 | 0.28 |
| Hex | D | 83 | 4F | 5A | 0 | 28 | 31 | 9A | 52 | 1C |
| Octal | 15 | 203 | 117 | 132 | 0 | 50 | 61 | 232 | 122 | 34 |
| Binary | 1101 | 10000011 | 1001111 | 1011010 | 0 | 101000 | 110001 | 10011010 | 1010010 | 11100 |
Color Harmonies of #0D834F
Complementary color
Monochromatic Colors of #0D834F
Black with #0D834F
Text Example
Text Example
White with #0D834F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D834F; }
p { color: rgb(13,131,79); }
H1.HeaderClassName
{
color: #0D834F;
}
.AnyTagClassName
{
color: #0D834F;
}
</style>
background-color css
<style>
a { background-color: #0D834F; }
a { background-color: rgb(13,131,79); }
div.DivClassName
{
background-color: #0D834F;
}
.BgClassName
{
background-color: #0D834F;
}
</style>
border-color css
<style>
span { border-color: #0D834F; }
span { border-color: rgb(13,131,79); }
td.TdClassName
{
border-color: #0D834F;
}
.TagClassName
{
border-color: #0D834F;
}
</style>