Shades of Salem #0D744D
Tints of Salem #0D744D
RGB
CMYK
RGB Variations
Color information
#0D744D (or 0x0D744D) is known color: Salem. HEX triplet: 0D, 74 and 4D. RGB value is (13,116,77). Sum of RGB (Red+Green+Blue) = 13+116+77=206 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.31% from 206); Green value is 116 (45.70% from 255 or 56.31% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 116 - color contains mainly: green. Hex color #0D744D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D744D is #F28BB2. Grayscale: #505050. Windows color (decimal): -15895475 or 5075981. OLE color: 5075981.
HSL color Cylindrical-coordinate representation of color #0D744D: hue angle of 157.28º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D744D is Cyan = 0.89, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 13 | 116 | 77 | - |
| CMYK | 0.89 | 0 | 0.34 | 0.55 |
| HSL | 157.28º | 0.8% | 0.25% | - |
| HSV(B) | 157.28º | 0.89% | 0.45% | - |
| XYZ | 7.75 | 13.11 | 9.14 | - |
| YUV | 80.76 | 125.88 | 79.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 116 | 77 | 0.89 | 0 | 0.34 | 0.55 | 157.28 | 0.8 | 0.25 |
| Hex | D | 74 | 4D | 59 | 0 | 22 | 37 | 9D | 50 | 19 |
| Octal | 15 | 164 | 115 | 131 | 0 | 42 | 67 | 235 | 120 | 31 |
| Binary | 1101 | 1110100 | 1001101 | 1011001 | 0 | 100010 | 110111 | 10011101 | 1010000 | 11001 |
Color Harmonies of #0D744D
Complementary color
Monochromatic Colors of #0D744D
Black with #0D744D
Text Example
Text Example
White with #0D744D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D744D; }
p { color: rgb(13,116,77); }
H1.HeaderClassName
{
color: #0D744D;
}
.AnyTagClassName
{
color: #0D744D;
}
</style>
background-color css
<style>
a { background-color: #0D744D; }
a { background-color: rgb(13,116,77); }
div.DivClassName
{
background-color: #0D744D;
}
.BgClassName
{
background-color: #0D744D;
}
</style>
border-color css
<style>
span { border-color: #0D744D; }
span { border-color: rgb(13,116,77); }
td.TdClassName
{
border-color: #0D744D;
}
.TagClassName
{
border-color: #0D744D;
}
</style>