Shades of Salem #0F8448
Tints of Salem #0F8448
RGB
CMYK
RGB Variations
Color information
#0F8448 (or 0x0F8448) is known color: Salem. HEX triplet: 0F, 84 and 48. RGB value is (15,132,72). Sum of RGB (Red+Green+Blue) = 15+132+72=219 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.85% from 219); Green value is 132 (51.95% from 255 or 60.27% from 219); Blue value is 72 (28.52% from 255 or 32.88% from 219); Max value from RGB is 132 - color contains mainly: green. Hex color #0F8448 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8448 is #F07BB7. Grayscale: #5A5A5A. Windows color (decimal): -15760312 or 4752399. OLE color: 4752399.
HSL color Cylindrical-coordinate representation of color #0F8448: hue angle of 149.23º 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 #0F8448 is Cyan = 0.89, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 15 | 132 | 72 | - |
| CMYK | 0.89 | 0 | 0.45 | 0.48 |
| HSL | 149.23º | 0.8% | 0.29% | - |
| HSV(B) | 149.23º | 0.89% | 0.52% | - |
| XYZ | 9.62 | 17.07 | 8.92 | - |
| YUV | 90.18 | 117.74 | 74.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 132 | 72 | 0.89 | 0 | 0.45 | 0.48 | 149.23 | 0.8 | 0.29 |
| Hex | F | 84 | 48 | 59 | 0 | 2D | 30 | 95 | 50 | 1D |
| Octal | 17 | 204 | 110 | 131 | 0 | 55 | 60 | 225 | 120 | 35 |
| Binary | 1111 | 10000100 | 1001000 | 1011001 | 0 | 101101 | 110000 | 10010101 | 1010000 | 11101 |
Color Harmonies of #0F8448
Complementary color
Monochromatic Colors of #0F8448
Black with #0F8448
Text Example
Text Example
White with #0F8448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8448; }
p { color: rgb(15,132,72); }
H1.HeaderClassName
{
color: #0F8448;
}
.AnyTagClassName
{
color: #0F8448;
}
</style>
background-color css
<style>
a { background-color: #0F8448; }
a { background-color: rgb(15,132,72); }
div.DivClassName
{
background-color: #0F8448;
}
.BgClassName
{
background-color: #0F8448;
}
</style>
border-color css
<style>
span { border-color: #0F8448; }
span { border-color: rgb(15,132,72); }
td.TdClassName
{
border-color: #0F8448;
}
.TagClassName
{
border-color: #0F8448;
}
</style>