Shades of Salem #0F8C53
Tints of Salem #0F8C53
RGB
CMYK
RGB Variations
Color information
#0F8C53 (or 0x0F8C53) is known color: Salem. HEX triplet: 0F, 8C and 53. RGB value is (15,140,83). Sum of RGB (Red+Green+Blue) = 15+140+83=238 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.30% from 238); Green value is 140 (55.08% from 255 or 58.82% from 238); Blue value is 83 (32.81% from 255 or 34.87% from 238); Max value from RGB is 140 - color contains mainly: green. Hex color #0F8C53 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8C53 is #F073AC. Grayscale: #606060. Windows color (decimal): -15758253 or 5475343. OLE color: 5475343.
HSL color Cylindrical-coordinate representation of color #0F8C53: hue angle of 152.64º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8C53 is Cyan = 0.89, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 15 | 140 | 83 | - |
| CMYK | 0.89 | 0 | 0.41 | 0.45 |
| HSL | 152.64º | 0.81% | 0.3% | - |
| HSV(B) | 152.64º | 0.89% | 0.55% | - |
| XYZ | 11.14 | 19.48 | 11.36 | - |
| YUV | 96.13 | 120.59 | 70.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 140 | 83 | 0.89 | 0 | 0.41 | 0.45 | 152.64 | 0.81 | 0.3 |
| Hex | F | 8C | 53 | 59 | 0 | 29 | 2D | 99 | 51 | 1E |
| Octal | 17 | 214 | 123 | 131 | 0 | 51 | 55 | 231 | 121 | 36 |
| Binary | 1111 | 10001100 | 1010011 | 1011001 | 0 | 101001 | 101101 | 10011001 | 1010001 | 11110 |
Color Harmonies of #0F8C53
Complementary color
Monochromatic Colors of #0F8C53
Black with #0F8C53
Text Example
Text Example
White with #0F8C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8C53; }
p { color: rgb(15,140,83); }
H1.HeaderClassName
{
color: #0F8C53;
}
.AnyTagClassName
{
color: #0F8C53;
}
</style>
background-color css
<style>
a { background-color: #0F8C53; }
a { background-color: rgb(15,140,83); }
div.DivClassName
{
background-color: #0F8C53;
}
.BgClassName
{
background-color: #0F8C53;
}
</style>
border-color css
<style>
span { border-color: #0F8C53; }
span { border-color: rgb(15,140,83); }
td.TdClassName
{
border-color: #0F8C53;
}
.TagClassName
{
border-color: #0F8C53;
}
</style>