Shades of Salem #098D44
Tints of Salem #098D44
RGB
CMYK
RGB Variations
Color information
#098D44 (or 0x098D44) is known color: Salem. HEX triplet: 09, 8D and 44. RGB value is (9,141,68). Sum of RGB (Red+Green+Blue) = 9+141+68=218 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.13% from 218); Green value is 141 (55.47% from 255 or 64.68% from 218); Blue value is 68 (26.95% from 255 or 31.19% from 218); Max value from RGB is 141 - color contains mainly: green. Hex color #098D44 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098D44 is #F672BB. Grayscale: #5D5D5D. Windows color (decimal): -16151228 or 4492553. OLE color: 4492553.
HSL color Cylindrical-coordinate representation of color #098D44: hue angle of 146.82º 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 #098D44 is Cyan = 0.94, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 141 | 68 | - |
| CMYK | 0.94 | 0 | 0.52 | 0.45 |
| HSL | 146.82º | 0.88% | 0.29% | - |
| HSV(B) | 146.82º | 0.94% | 0.55% | - |
| XYZ | 10.68 | 19.53 | 8.67 | - |
| YUV | 93.21 | 113.77 | 67.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 141 | 68 | 0.94 | 0 | 0.52 | 0.45 | 146.82 | 0.88 | 0.29 |
| Hex | 9 | 8D | 44 | 5E | 0 | 34 | 2D | 93 | 58 | 1D |
| Octal | 11 | 215 | 104 | 136 | 0 | 64 | 55 | 223 | 130 | 35 |
| Binary | 1001 | 10001101 | 1000100 | 1011110 | 0 | 110100 | 101101 | 10010011 | 1011000 | 11101 |
Color Harmonies of #098D44
Complementary color
Monochromatic Colors of #098D44
Black with #098D44
Text Example
Text Example
White with #098D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098D44; }
p { color: rgb(9,141,68); }
H1.HeaderClassName
{
color: #098D44;
}
.AnyTagClassName
{
color: #098D44;
}
</style>
background-color css
<style>
a { background-color: #098D44; }
a { background-color: rgb(9,141,68); }
div.DivClassName
{
background-color: #098D44;
}
.BgClassName
{
background-color: #098D44;
}
</style>
border-color css
<style>
span { border-color: #098D44; }
span { border-color: rgb(9,141,68); }
td.TdClassName
{
border-color: #098D44;
}
.TagClassName
{
border-color: #098D44;
}
</style>