Shades of Salem #0D7E53
Tints of Salem #0D7E53
RGB
CMYK
RGB Variations
Color information
#0D7E53 (or 0x0D7E53) is known color: Salem. HEX triplet: 0D, 7E and 53. RGB value is (13,126,83). Sum of RGB (Red+Green+Blue) = 13+126+83=222 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.86% from 222); Green value is 126 (49.61% from 255 or 56.76% from 222); Blue value is 83 (32.81% from 255 or 37.39% from 222); Max value from RGB is 126 - color contains mainly: green. Hex color #0D7E53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7E53 is #F281AC. Grayscale: #575757. Windows color (decimal): -15892909 or 5471757. OLE color: 5471757.
HSL color Cylindrical-coordinate representation of color #0D7E53: hue angle of 157.17º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D7E53 is Cyan = 0.90, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 13 | 126 | 83 | - |
| CMYK | 0.90 | 0 | 0.34 | 0.51 |
| HSL | 157.17º | 0.81% | 0.27% | - |
| HSV(B) | 157.17º | 0.9% | 0.49% | - |
| XYZ | 9.19 | 15.63 | 10.72 | - |
| YUV | 87.31 | 125.56 | 75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 126 | 83 | 0.90 | 0 | 0.34 | 0.51 | 157.17 | 0.81 | 0.27 |
| Hex | D | 7E | 53 | 5A | 0 | 22 | 33 | 9D | 51 | 1B |
| Octal | 15 | 176 | 123 | 132 | 0 | 42 | 63 | 235 | 121 | 33 |
| Binary | 1101 | 1111110 | 1010011 | 1011010 | 0 | 100010 | 110011 | 10011101 | 1010001 | 11011 |
Color Harmonies of #0D7E53
Complementary color
Monochromatic Colors of #0D7E53
Black with #0D7E53
Text Example
Text Example
White with #0D7E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7E53; }
p { color: rgb(13,126,83); }
H1.HeaderClassName
{
color: #0D7E53;
}
.AnyTagClassName
{
color: #0D7E53;
}
</style>
background-color css
<style>
a { background-color: #0D7E53; }
a { background-color: rgb(13,126,83); }
div.DivClassName
{
background-color: #0D7E53;
}
.BgClassName
{
background-color: #0D7E53;
}
</style>
border-color css
<style>
span { border-color: #0D7E53; }
span { border-color: rgb(13,126,83); }
td.TdClassName
{
border-color: #0D7E53;
}
.TagClassName
{
border-color: #0D7E53;
}
</style>