Shades of Salem #0F8347
Tints of Salem #0F8347
RGB
CMYK
RGB Variations
Color information
#0F8347 (or 0x0F8347) is known color: Salem. HEX triplet: 0F, 83 and 47. RGB value is (15,131,71). Sum of RGB (Red+Green+Blue) = 15+131+71=217 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.91% from 217); Green value is 131 (51.56% from 255 or 60.37% from 217); Blue value is 71 (28.12% from 255 or 32.72% from 217); Max value from RGB is 131 - color contains mainly: green. Hex color #0F8347 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8347 is #F07CB8. Grayscale: #595959. Windows color (decimal): -15760569 or 4686607. OLE color: 4686607.
HSL color Cylindrical-coordinate representation of color #0F8347: hue angle of 148.97º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8347 is Cyan = 0.89, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 15 | 131 | 71 | - |
| CMYK | 0.89 | 0 | 0.46 | 0.49 |
| HSL | 148.97º | 0.79% | 0.29% | - |
| HSV(B) | 148.97º | 0.89% | 0.51% | - |
| XYZ | 9.45 | 16.79 | 8.7 | - |
| YUV | 89.48 | 117.57 | 74.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 131 | 71 | 0.89 | 0 | 0.46 | 0.49 | 148.97 | 0.79 | 0.29 |
| Hex | F | 83 | 47 | 59 | 0 | 2E | 31 | 95 | 4F | 1D |
| Octal | 17 | 203 | 107 | 131 | 0 | 56 | 61 | 225 | 117 | 35 |
| Binary | 1111 | 10000011 | 1000111 | 1011001 | 0 | 101110 | 110001 | 10010101 | 1001111 | 11101 |
Color Harmonies of #0F8347
Complementary color
Monochromatic Colors of #0F8347
Black with #0F8347
Text Example
Text Example
White with #0F8347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8347; }
p { color: rgb(15,131,71); }
H1.HeaderClassName
{
color: #0F8347;
}
.AnyTagClassName
{
color: #0F8347;
}
</style>
background-color css
<style>
a { background-color: #0F8347; }
a { background-color: rgb(15,131,71); }
div.DivClassName
{
background-color: #0F8347;
}
.BgClassName
{
background-color: #0F8347;
}
</style>
border-color css
<style>
span { border-color: #0F8347; }
span { border-color: rgb(15,131,71); }
td.TdClassName
{
border-color: #0F8347;
}
.TagClassName
{
border-color: #0F8347;
}
</style>