Shades of Salem #0D7B52
Tints of Salem #0D7B52
RGB
CMYK
RGB Variations
Color information
#0D7B52 (or 0x0D7B52) is known color: Salem. HEX triplet: 0D, 7B and 52. RGB value is (13,123,82). Sum of RGB (Red+Green+Blue) = 13+123+82=218 (28% of max value = 765). Red value is 13 (5.47% from 255 or 5.96% from 218); Green value is 123 (48.44% from 255 or 56.42% from 218); Blue value is 82 (32.42% from 255 or 37.61% from 218); Max value from RGB is 123 - color contains mainly: green. Hex color #0D7B52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7B52 is #F284AD. Grayscale: #555555. Windows color (decimal): -15893678 or 5405453. OLE color: 5405453.
HSL color Cylindrical-coordinate representation of color #0D7B52: hue angle of 157.64º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D7B52 is Cyan = 0.89, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 13 | 123 | 82 | - |
| CMYK | 0.89 | 0 | 0.33 | 0.52 |
| HSL | 157.64º | 0.81% | 0.27% | - |
| HSV(B) | 157.64º | 0.89% | 0.48% | - |
| XYZ | 8.77 | 14.86 | 10.39 | - |
| YUV | 85.44 | 126.06 | 76.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 123 | 82 | 0.89 | 0 | 0.33 | 0.52 | 157.64 | 0.81 | 0.27 |
| Hex | D | 7B | 52 | 59 | 0 | 21 | 34 | 9E | 51 | 1B |
| Octal | 15 | 173 | 122 | 131 | 0 | 41 | 64 | 236 | 121 | 33 |
| Binary | 1101 | 1111011 | 1010010 | 1011001 | 0 | 100001 | 110100 | 10011110 | 1010001 | 11011 |
Color Harmonies of #0D7B52
Complementary color
Monochromatic Colors of #0D7B52
Black with #0D7B52
Text Example
Text Example
White with #0D7B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7B52; }
p { color: rgb(13,123,82); }
H1.HeaderClassName
{
color: #0D7B52;
}
.AnyTagClassName
{
color: #0D7B52;
}
</style>
background-color css
<style>
a { background-color: #0D7B52; }
a { background-color: rgb(13,123,82); }
div.DivClassName
{
background-color: #0D7B52;
}
.BgClassName
{
background-color: #0D7B52;
}
</style>
border-color css
<style>
span { border-color: #0D7B52; }
span { border-color: rgb(13,123,82); }
td.TdClassName
{
border-color: #0D7B52;
}
.TagClassName
{
border-color: #0D7B52;
}
</style>