Shades of Salem #098D52
Tints of Salem #098D52
RGB
CMYK
RGB Variations
Color information
#098D52 (or 0x098D52) is known color: Salem. HEX triplet: 09, 8D and 52. RGB value is (9,141,82). Sum of RGB (Red+Green+Blue) = 9+141+82=232 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.88% from 232); Green value is 141 (55.47% from 255 or 60.78% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 141 - color contains mainly: green. Hex color #098D52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098D52 is #F672AD. Grayscale: #5E5E5E. Windows color (decimal): -16151214 or 5410057. OLE color: 5410057.
HSL color Cylindrical-coordinate representation of color #098D52: hue angle of 153.18º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #098D52 is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 141 | 82 | - |
| CMYK | 0.94 | 0 | 0.42 | 0.45 |
| HSL | 153.18º | 0.88% | 0.29% | - |
| HSV(B) | 153.18º | 0.94% | 0.55% | - |
| XYZ | 11.16 | 19.72 | 11.2 | - |
| YUV | 94.81 | 120.77 | 66.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 141 | 82 | 0.94 | 0 | 0.42 | 0.45 | 153.18 | 0.88 | 0.29 |
| Hex | 9 | 8D | 52 | 5E | 0 | 2A | 2D | 99 | 58 | 1D |
| Octal | 11 | 215 | 122 | 136 | 0 | 52 | 55 | 231 | 130 | 35 |
| Binary | 1001 | 10001101 | 1010010 | 1011110 | 0 | 101010 | 101101 | 10011001 | 1011000 | 11101 |
Color Harmonies of #098D52
Complementary color
Monochromatic Colors of #098D52
Black with #098D52
Text Example
Text Example
White with #098D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098D52; }
p { color: rgb(9,141,82); }
H1.HeaderClassName
{
color: #098D52;
}
.AnyTagClassName
{
color: #098D52;
}
</style>
background-color css
<style>
a { background-color: #098D52; }
a { background-color: rgb(9,141,82); }
div.DivClassName
{
background-color: #098D52;
}
.BgClassName
{
background-color: #098D52;
}
</style>
border-color css
<style>
span { border-color: #098D52; }
span { border-color: rgb(9,141,82); }
td.TdClassName
{
border-color: #098D52;
}
.TagClassName
{
border-color: #098D52;
}
</style>