Shades of Salem #0D7848
Tints of Salem #0D7848
RGB
CMYK
RGB Variations
Color information
#0D7848 (or 0x0D7848) is known color: Salem. HEX triplet: 0D, 78 and 48. RGB value is (13,120,72). Sum of RGB (Red+Green+Blue) = 13+120+72=205 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.34% from 205); Green value is 120 (47.27% from 255 or 58.54% from 205); Blue value is 72 (28.52% from 255 or 35.12% from 205); Max value from RGB is 120 - color contains mainly: green. Hex color #0D7848 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D7848 is #F287B7. Grayscale: #525252. Windows color (decimal): -15894456 or 4749325. OLE color: 4749325.
HSL color Cylindrical-coordinate representation of color #0D7848: hue angle of 153.08º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D7848 is Cyan = 0.89, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 13 | 120 | 72 | - |
| CMYK | 0.89 | 0 | 0.40 | 0.53 |
| HSL | 153.08º | 0.8% | 0.26% | - |
| HSV(B) | 153.08º | 0.89% | 0.47% | - |
| XYZ | 8.05 | 13.99 | 8.41 | - |
| YUV | 82.54 | 122.05 | 78.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 120 | 72 | 0.89 | 0 | 0.40 | 0.53 | 153.08 | 0.8 | 0.26 |
| Hex | D | 78 | 48 | 59 | 0 | 28 | 35 | 99 | 50 | 1A |
| Octal | 15 | 170 | 110 | 131 | 0 | 50 | 65 | 231 | 120 | 32 |
| Binary | 1101 | 1111000 | 1001000 | 1011001 | 0 | 101000 | 110101 | 10011001 | 1010000 | 11010 |
Color Harmonies of #0D7848
Complementary color
Monochromatic Colors of #0D7848
Black with #0D7848
Text Example
Text Example
White with #0D7848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7848; }
p { color: rgb(13,120,72); }
H1.HeaderClassName
{
color: #0D7848;
}
.AnyTagClassName
{
color: #0D7848;
}
</style>
background-color css
<style>
a { background-color: #0D7848; }
a { background-color: rgb(13,120,72); }
div.DivClassName
{
background-color: #0D7848;
}
.BgClassName
{
background-color: #0D7848;
}
</style>
border-color css
<style>
span { border-color: #0D7848; }
span { border-color: rgb(13,120,72); }
td.TdClassName
{
border-color: #0D7848;
}
.TagClassName
{
border-color: #0D7848;
}
</style>