Shades of Salem #098E41
Tints of Salem #098E41
RGB
CMYK
RGB Variations
Color information
#098E41 (or 0x098E41) is known color: Salem. HEX triplet: 09, 8E and 41. RGB value is (9,142,65). Sum of RGB (Red+Green+Blue) = 9+142+65=216 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.17% from 216); Green value is 142 (55.86% from 255 or 65.74% from 216); Blue value is 65 (25.78% from 255 or 30.09% from 216); Max value from RGB is 142 - color contains mainly: green. Hex color #098E41 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098E41 is #F671BE. Grayscale: #5D5D5D. Windows color (decimal): -16150975 or 4296201. OLE color: 4296201.
HSL color Cylindrical-coordinate representation of color #098E41: hue angle of 145.26º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #098E41 is Cyan = 0.94, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 142 | 65 | - |
| CMYK | 0.94 | 0 | 0.54 | 0.44 |
| HSL | 145.26º | 0.88% | 0.3% | - |
| HSV(B) | 145.26º | 0.94% | 0.56% | - |
| XYZ | 10.74 | 19.79 | 8.25 | - |
| YUV | 93.46 | 111.94 | 67.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 142 | 65 | 0.94 | 0 | 0.54 | 0.44 | 145.26 | 0.88 | 0.3 |
| Hex | 9 | 8E | 41 | 5E | 0 | 36 | 2C | 91 | 58 | 1E |
| Octal | 11 | 216 | 101 | 136 | 0 | 66 | 54 | 221 | 130 | 36 |
| Binary | 1001 | 10001110 | 1000001 | 1011110 | 0 | 110110 | 101100 | 10010001 | 1011000 | 11110 |
Color Harmonies of #098E41
Complementary color
Monochromatic Colors of #098E41
Black with #098E41
Text Example
Text Example
White with #098E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098E41; }
p { color: rgb(9,142,65); }
H1.HeaderClassName
{
color: #098E41;
}
.AnyTagClassName
{
color: #098E41;
}
</style>
background-color css
<style>
a { background-color: #098E41; }
a { background-color: rgb(9,142,65); }
div.DivClassName
{
background-color: #098E41;
}
.BgClassName
{
background-color: #098E41;
}
</style>
border-color css
<style>
span { border-color: #098E41; }
span { border-color: rgb(9,142,65); }
td.TdClassName
{
border-color: #098E41;
}
.TagClassName
{
border-color: #098E41;
}
</style>