Shades of Salem #0F8452
Tints of Salem #0F8452
RGB
CMYK
RGB Variations
Color information
#0F8452 (or 0x0F8452) is known color: Salem. HEX triplet: 0F, 84 and 52. RGB value is (15,132,82). Sum of RGB (Red+Green+Blue) = 15+132+82=229 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.55% from 229); Green value is 132 (51.95% from 255 or 57.64% from 229); Blue value is 82 (32.42% from 255 or 35.81% from 229); Max value from RGB is 132 - color contains mainly: green. Hex color #0F8452 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8452 is #F07BAD. Grayscale: #5B5B5B. Windows color (decimal): -15760302 or 5407759. OLE color: 5407759.
HSL color Cylindrical-coordinate representation of color #0F8452: hue angle of 154.36º 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 #0F8452 is Cyan = 0.89, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 15 | 132 | 82 | - |
| CMYK | 0.89 | 0 | 0.38 | 0.48 |
| HSL | 154.36º | 0.8% | 0.29% | - |
| HSV(B) | 154.36º | 0.89% | 0.52% | - |
| XYZ | 9.97 | 17.21 | 10.78 | - |
| YUV | 91.32 | 122.74 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 132 | 82 | 0.89 | 0 | 0.38 | 0.48 | 154.36 | 0.8 | 0.29 |
| Hex | F | 84 | 52 | 59 | 0 | 26 | 30 | 9A | 50 | 1D |
| Octal | 17 | 204 | 122 | 131 | 0 | 46 | 60 | 232 | 120 | 35 |
| Binary | 1111 | 10000100 | 1010010 | 1011001 | 0 | 100110 | 110000 | 10011010 | 1010000 | 11101 |
Color Harmonies of #0F8452
Complementary color
Monochromatic Colors of #0F8452
Black with #0F8452
Text Example
Text Example
White with #0F8452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8452; }
p { color: rgb(15,132,82); }
H1.HeaderClassName
{
color: #0F8452;
}
.AnyTagClassName
{
color: #0F8452;
}
</style>
background-color css
<style>
a { background-color: #0F8452; }
a { background-color: rgb(15,132,82); }
div.DivClassName
{
background-color: #0F8452;
}
.BgClassName
{
background-color: #0F8452;
}
</style>
border-color css
<style>
span { border-color: #0F8452; }
span { border-color: rgb(15,132,82); }
td.TdClassName
{
border-color: #0F8452;
}
.TagClassName
{
border-color: #0F8452;
}
</style>