Shades of Salem #0F8246
Tints of Salem #0F8246
RGB
CMYK
RGB Variations
Color information
#0F8246 (or 0x0F8246) is known color: Salem. HEX triplet: 0F, 82 and 46. RGB value is (15,130,70). Sum of RGB (Red+Green+Blue) = 15+130+70=215 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.98% from 215); Green value is 130 (51.17% from 255 or 60.47% from 215); Blue value is 70 (27.73% from 255 or 32.56% from 215); Max value from RGB is 130 - color contains mainly: green. Hex color #0F8246 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8246 is #F07DB9. Grayscale: #585858. Windows color (decimal): -15760826 or 4620815. OLE color: 4620815.
HSL color Cylindrical-coordinate representation of color #0F8246: hue angle of 148.7º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F8246 is Cyan = 0.88, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 15 | 130 | 70 | - |
| CMYK | 0.88 | 0 | 0.46 | 0.49 |
| HSL | 148.7º | 0.79% | 0.28% | - |
| HSV(B) | 148.7º | 0.88% | 0.51% | - |
| XYZ | 9.29 | 16.51 | 8.49 | - |
| YUV | 88.78 | 117.4 | 75.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 130 | 70 | 0.88 | 0 | 0.46 | 0.49 | 148.7 | 0.79 | 0.28 |
| Hex | F | 82 | 46 | 58 | 0 | 2E | 31 | 95 | 4F | 1C |
| Octal | 17 | 202 | 106 | 130 | 0 | 56 | 61 | 225 | 117 | 34 |
| Binary | 1111 | 10000010 | 1000110 | 1011000 | 0 | 101110 | 110001 | 10010101 | 1001111 | 11100 |
Color Harmonies of #0F8246
Complementary color
Monochromatic Colors of #0F8246
Black with #0F8246
Text Example
Text Example
White with #0F8246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8246; }
p { color: rgb(15,130,70); }
H1.HeaderClassName
{
color: #0F8246;
}
.AnyTagClassName
{
color: #0F8246;
}
</style>
background-color css
<style>
a { background-color: #0F8246; }
a { background-color: rgb(15,130,70); }
div.DivClassName
{
background-color: #0F8246;
}
.BgClassName
{
background-color: #0F8246;
}
</style>
border-color css
<style>
span { border-color: #0F8246; }
span { border-color: rgb(15,130,70); }
td.TdClassName
{
border-color: #0F8246;
}
.TagClassName
{
border-color: #0F8246;
}
</style>