Shades of Salem #098844
Tints of Salem #098844
RGB
CMYK
RGB Variations
Color information
#098844 (or 0x098844) is known color: Salem. HEX triplet: 09, 88 and 44. RGB value is (9,136,68). Sum of RGB (Red+Green+Blue) = 9+136+68=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 136 (53.52% from 255 or 63.85% from 213); Blue value is 68 (26.95% from 255 or 31.92% from 213); Max value from RGB is 136 - color contains mainly: green. Hex color #098844 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098844 is #F677BB. Grayscale: #5A5A5A. Windows color (decimal): -16152508 or 4491273. OLE color: 4491273.
HSL color Cylindrical-coordinate representation of color #098844: hue angle of 147.87º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098844 is Cyan = 0.93, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 136 | 68 | - |
| CMYK | 0.93 | 0 | 0.50 | 0.47 |
| HSL | 147.87º | 0.88% | 0.28% | - |
| HSV(B) | 147.87º | 0.93% | 0.53% | - |
| XYZ | 9.96 | 18.08 | 8.43 | - |
| YUV | 90.28 | 115.42 | 70.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 136 | 68 | 0.93 | 0 | 0.50 | 0.47 | 147.87 | 0.88 | 0.28 |
| Hex | 9 | 88 | 44 | 5D | 0 | 32 | 2F | 94 | 58 | 1C |
| Octal | 11 | 210 | 104 | 135 | 0 | 62 | 57 | 224 | 130 | 34 |
| Binary | 1001 | 10001000 | 1000100 | 1011101 | 0 | 110010 | 101111 | 10010100 | 1011000 | 11100 |
Color Harmonies of #098844
Complementary color
Monochromatic Colors of #098844
Black with #098844
Text Example
Text Example
White with #098844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098844; }
p { color: rgb(9,136,68); }
H1.HeaderClassName
{
color: #098844;
}
.AnyTagClassName
{
color: #098844;
}
</style>
background-color css
<style>
a { background-color: #098844; }
a { background-color: rgb(9,136,68); }
div.DivClassName
{
background-color: #098844;
}
.BgClassName
{
background-color: #098844;
}
</style>
border-color css
<style>
span { border-color: #098844; }
span { border-color: rgb(9,136,68); }
td.TdClassName
{
border-color: #098844;
}
.TagClassName
{
border-color: #098844;
}
</style>