Shades of Salem #0D744F
Tints of Salem #0D744F
RGB
CMYK
RGB Variations
Color information
#0D744F (or 0x0D744F) is known color: Salem. HEX triplet: 0D, 74 and 4F. RGB value is (13,116,79). Sum of RGB (Red+Green+Blue) = 13+116+79=208 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.25% from 208); Green value is 116 (45.70% from 255 or 55.77% from 208); Blue value is 79 (31.25% from 255 or 37.98% from 208); Max value from RGB is 116 - color contains mainly: green. Hex color #0D744F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D744F is #F28BB0. Grayscale: #515151. Windows color (decimal): -15895473 or 5207053. OLE color: 5207053.
HSL color Cylindrical-coordinate representation of color #0D744F: hue angle of 158.45º 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 #0D744F is Cyan = 0.89, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 13 | 116 | 79 | - |
| CMYK | 0.89 | 0 | 0.32 | 0.55 |
| HSL | 158.45º | 0.8% | 0.25% | - |
| HSV(B) | 158.45º | 0.89% | 0.45% | - |
| XYZ | 7.82 | 13.14 | 9.52 | - |
| YUV | 80.99 | 126.88 | 79.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 116 | 79 | 0.89 | 0 | 0.32 | 0.55 | 158.45 | 0.8 | 0.25 |
| Hex | D | 74 | 4F | 59 | 0 | 20 | 37 | 9E | 50 | 19 |
| Octal | 15 | 164 | 117 | 131 | 0 | 40 | 67 | 236 | 120 | 31 |
| Binary | 1101 | 1110100 | 1001111 | 1011001 | 0 | 100000 | 110111 | 10011110 | 1010000 | 11001 |
Color Harmonies of #0D744F
Complementary color
Monochromatic Colors of #0D744F
Black with #0D744F
Text Example
Text Example
White with #0D744F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D744F; }
p { color: rgb(13,116,79); }
H1.HeaderClassName
{
color: #0D744F;
}
.AnyTagClassName
{
color: #0D744F;
}
</style>
background-color css
<style>
a { background-color: #0D744F; }
a { background-color: rgb(13,116,79); }
div.DivClassName
{
background-color: #0D744F;
}
.BgClassName
{
background-color: #0D744F;
}
</style>
border-color css
<style>
span { border-color: #0D744F; }
span { border-color: rgb(13,116,79); }
td.TdClassName
{
border-color: #0D744F;
}
.TagClassName
{
border-color: #0D744F;
}
</style>