Shades of Salem #098D36
Tints of Salem #098D36
RGB
CMYK
RGB Variations
Color information
#098D36 (or 0x098D36) is known color: Salem. HEX triplet: 09, 8D and 36. RGB value is (9,141,54). Sum of RGB (Red+Green+Blue) = 9+141+54=204 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.41% from 204); Green value is 141 (55.47% from 255 or 69.12% from 204); Blue value is 54 (21.48% from 255 or 26.47% from 204); Max value from RGB is 141 - color contains mainly: green. Hex color #098D36 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098D36 is #F672C9. Grayscale: #5B5B5B. Windows color (decimal): -16151242 or 3575049. OLE color: 3575049.
HSL color Cylindrical-coordinate representation of color #098D36: hue angle of 140.45º 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 #098D36 is Cyan = 0.94, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 141 | 54 | - |
| CMYK | 0.94 | 0 | 0.62 | 0.45 |
| HSL | 140.45º | 0.88% | 0.29% | - |
| HSV(B) | 140.45º | 0.94% | 0.55% | - |
| XYZ | 10.3 | 19.37 | 6.69 | - |
| YUV | 91.61 | 106.77 | 69.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 141 | 54 | 0.94 | 0 | 0.62 | 0.45 | 140.45 | 0.88 | 0.29 |
| Hex | 9 | 8D | 36 | 5E | 0 | 3E | 2D | 8C | 58 | 1D |
| Octal | 11 | 215 | 66 | 136 | 0 | 76 | 55 | 214 | 130 | 35 |
| Binary | 1001 | 10001101 | 110110 | 1011110 | 0 | 111110 | 101101 | 10001100 | 1011000 | 11101 |
Color Harmonies of #098D36
Complementary color
Monochromatic Colors of #098D36
Black with #098D36
Text Example
Text Example
White with #098D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098D36; }
p { color: rgb(9,141,54); }
H1.HeaderClassName
{
color: #098D36;
}
.AnyTagClassName
{
color: #098D36;
}
</style>
background-color css
<style>
a { background-color: #098D36; }
a { background-color: rgb(9,141,54); }
div.DivClassName
{
background-color: #098D36;
}
.BgClassName
{
background-color: #098D36;
}
</style>
border-color css
<style>
span { border-color: #098D36; }
span { border-color: rgb(9,141,54); }
td.TdClassName
{
border-color: #098D36;
}
.TagClassName
{
border-color: #098D36;
}
</style>