Shades of Salem #0F853D
Tints of Salem #0F853D
RGB
CMYK
RGB Variations
Color information
#0F853D (or 0x0F853D) is known color: Salem. HEX triplet: 0F, 85 and 3D. RGB value is (15,133,61). Sum of RGB (Red+Green+Blue) = 15+133+61=209 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.18% from 209); Green value is 133 (52.34% from 255 or 63.64% from 209); Blue value is 61 (24.22% from 255 or 29.19% from 209); Max value from RGB is 133 - color contains mainly: green. Hex color #0F853D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F853D is #F07AC2. Grayscale: #595959. Windows color (decimal): -15760067 or 4031759. OLE color: 4031759.
HSL color Cylindrical-coordinate representation of color #0F853D: hue angle of 143.39º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F853D is Cyan = 0.89, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 15 | 133 | 61 | - |
| CMYK | 0.89 | 0 | 0.54 | 0.48 |
| HSL | 143.39º | 0.8% | 0.29% | - |
| HSV(B) | 143.39º | 0.89% | 0.52% | - |
| XYZ | 9.43 | 17.21 | 7.24 | - |
| YUV | 89.51 | 111.91 | 74.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 133 | 61 | 0.89 | 0 | 0.54 | 0.48 | 143.39 | 0.8 | 0.29 |
| Hex | F | 85 | 3D | 59 | 0 | 36 | 30 | 8F | 50 | 1D |
| Octal | 17 | 205 | 75 | 131 | 0 | 66 | 60 | 217 | 120 | 35 |
| Binary | 1111 | 10000101 | 111101 | 1011001 | 0 | 110110 | 110000 | 10001111 | 1010000 | 11101 |
Color Harmonies of #0F853D
Complementary color
Monochromatic Colors of #0F853D
Black with #0F853D
Text Example
Text Example
White with #0F853D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F853D; }
p { color: rgb(15,133,61); }
H1.HeaderClassName
{
color: #0F853D;
}
.AnyTagClassName
{
color: #0F853D;
}
</style>
background-color css
<style>
a { background-color: #0F853D; }
a { background-color: rgb(15,133,61); }
div.DivClassName
{
background-color: #0F853D;
}
.BgClassName
{
background-color: #0F853D;
}
</style>
border-color css
<style>
span { border-color: #0F853D; }
span { border-color: rgb(15,133,61); }
td.TdClassName
{
border-color: #0F853D;
}
.TagClassName
{
border-color: #0F853D;
}
</style>