Shades of Salem #0D8047
Tints of Salem #0D8047
RGB
CMYK
RGB Variations
Color information
#0D8047 (or 0x0D8047) is known color: Salem. HEX triplet: 0D, 80 and 47. RGB value is (13,128,71). Sum of RGB (Red+Green+Blue) = 13+128+71=212 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.13% from 212); Green value is 128 (50.39% from 255 or 60.38% from 212); Blue value is 71 (28.12% from 255 or 33.49% from 212); Max value from RGB is 128 - color contains mainly: green. Hex color #0D8047 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D8047 is #F27FB8. Grayscale: #575757. Windows color (decimal): -15892409 or 4685837. OLE color: 4685837.
HSL color Cylindrical-coordinate representation of color #0D8047: hue angle of 150.26º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D8047 is Cyan = 0.90, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 13 | 128 | 71 | - |
| CMYK | 0.90 | 0 | 0.45 | 0.50 |
| HSL | 150.26º | 0.82% | 0.28% | - |
| HSV(B) | 150.26º | 0.9% | 0.5% | - |
| XYZ | 9.02 | 15.98 | 8.57 | - |
| YUV | 87.12 | 118.9 | 75.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 128 | 71 | 0.90 | 0 | 0.45 | 0.50 | 150.26 | 0.82 | 0.28 |
| Hex | D | 80 | 47 | 5A | 0 | 2D | 32 | 96 | 52 | 1C |
| Octal | 15 | 200 | 107 | 132 | 0 | 55 | 62 | 226 | 122 | 34 |
| Binary | 1101 | 10000000 | 1000111 | 1011010 | 0 | 101101 | 110010 | 10010110 | 1010010 | 11100 |
Color Harmonies of #0D8047
Complementary color
Monochromatic Colors of #0D8047
Black with #0D8047
Text Example
Text Example
White with #0D8047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8047; }
p { color: rgb(13,128,71); }
H1.HeaderClassName
{
color: #0D8047;
}
.AnyTagClassName
{
color: #0D8047;
}
</style>
background-color css
<style>
a { background-color: #0D8047; }
a { background-color: rgb(13,128,71); }
div.DivClassName
{
background-color: #0D8047;
}
.BgClassName
{
background-color: #0D8047;
}
</style>
border-color css
<style>
span { border-color: #0D8047; }
span { border-color: rgb(13,128,71); }
td.TdClassName
{
border-color: #0D8047;
}
.TagClassName
{
border-color: #0D8047;
}
</style>