Shades of Salem #0F8341
Tints of Salem #0F8341
RGB
CMYK
RGB Variations
Color information
#0F8341 (or 0x0F8341) is known color: Salem. HEX triplet: 0F, 83 and 41. RGB value is (15,131,65). Sum of RGB (Red+Green+Blue) = 15+131+65=211 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.11% from 211); Green value is 131 (51.56% from 255 or 62.09% from 211); Blue value is 65 (25.78% from 255 or 30.81% from 211); Max value from RGB is 131 - color contains mainly: green. Hex color #0F8341 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8341 is #F07CBE. Grayscale: #585858. Windows color (decimal): -15760575 or 4293391. OLE color: 4293391.
HSL color Cylindrical-coordinate representation of color #0F8341: hue angle of 145.86º 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 #0F8341 is Cyan = 0.89, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 15 | 131 | 65 | - |
| CMYK | 0.89 | 0 | 0.50 | 0.49 |
| HSL | 145.86º | 0.79% | 0.29% | - |
| HSV(B) | 145.86º | 0.89% | 0.51% | - |
| XYZ | 9.27 | 16.72 | 7.74 | - |
| YUV | 88.79 | 114.57 | 75.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 131 | 65 | 0.89 | 0 | 0.50 | 0.49 | 145.86 | 0.79 | 0.29 |
| Hex | F | 83 | 41 | 59 | 0 | 32 | 31 | 92 | 4F | 1D |
| Octal | 17 | 203 | 101 | 131 | 0 | 62 | 61 | 222 | 117 | 35 |
| Binary | 1111 | 10000011 | 1000001 | 1011001 | 0 | 110010 | 110001 | 10010010 | 1001111 | 11101 |
Color Harmonies of #0F8341
Complementary color
Monochromatic Colors of #0F8341
Black with #0F8341
Text Example
Text Example
White with #0F8341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8341; }
p { color: rgb(15,131,65); }
H1.HeaderClassName
{
color: #0F8341;
}
.AnyTagClassName
{
color: #0F8341;
}
</style>
background-color css
<style>
a { background-color: #0F8341; }
a { background-color: rgb(15,131,65); }
div.DivClassName
{
background-color: #0F8341;
}
.BgClassName
{
background-color: #0F8341;
}
</style>
border-color css
<style>
span { border-color: #0F8341; }
span { border-color: rgb(15,131,65); }
td.TdClassName
{
border-color: #0F8341;
}
.TagClassName
{
border-color: #0F8341;
}
</style>