Shades of Salem #0F8258
Tints of Salem #0F8258
RGB
CMYK
RGB Variations
Color information
#0F8258 (or 0x0F8258) is known color: Salem. HEX triplet: 0F, 82 and 58. RGB value is (15,130,88). Sum of RGB (Red+Green+Blue) = 15+130+88=233 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.44% from 233); Green value is 130 (51.17% from 255 or 55.79% from 233); Blue value is 88 (34.77% from 255 or 37.77% from 233); Max value from RGB is 130 - color contains mainly: green. Hex color #0F8258 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8258 is #F07DA7. Grayscale: #5A5A5A. Windows color (decimal): -15760808 or 5800463. OLE color: 5800463.
HSL color Cylindrical-coordinate representation of color #0F8258: hue angle of 158.09º 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 #0F8258 is Cyan = 0.88, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 15 | 130 | 88 | - |
| CMYK | 0.88 | 0 | 0.32 | 0.49 |
| HSL | 158.09º | 0.79% | 0.28% | - |
| HSV(B) | 158.09º | 0.88% | 0.51% | - |
| XYZ | 9.94 | 16.77 | 11.95 | - |
| YUV | 90.83 | 126.4 | 73.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 130 | 88 | 0.88 | 0 | 0.32 | 0.49 | 158.09 | 0.79 | 0.28 |
| Hex | F | 82 | 58 | 58 | 0 | 20 | 31 | 9E | 4F | 1C |
| Octal | 17 | 202 | 130 | 130 | 0 | 40 | 61 | 236 | 117 | 34 |
| Binary | 1111 | 10000010 | 1011000 | 1011000 | 0 | 100000 | 110001 | 10011110 | 1001111 | 11100 |
Color Harmonies of #0F8258
Complementary color
Monochromatic Colors of #0F8258
Black with #0F8258
Text Example
Text Example
White with #0F8258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8258; }
p { color: rgb(15,130,88); }
H1.HeaderClassName
{
color: #0F8258;
}
.AnyTagClassName
{
color: #0F8258;
}
</style>
background-color css
<style>
a { background-color: #0F8258; }
a { background-color: rgb(15,130,88); }
div.DivClassName
{
background-color: #0F8258;
}
.BgClassName
{
background-color: #0F8258;
}
</style>
border-color css
<style>
span { border-color: #0F8258; }
span { border-color: rgb(15,130,88); }
td.TdClassName
{
border-color: #0F8258;
}
.TagClassName
{
border-color: #0F8258;
}
</style>