Shades of Salem #098246
Tints of Salem #098246
RGB
CMYK
RGB Variations
Color information
#098246 (or 0x098246) is known color: Salem. HEX triplet: 09, 82 and 46. RGB value is (9,130,70). Sum of RGB (Red+Green+Blue) = 9+130+70=209 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.31% from 209); Green value is 130 (51.17% from 255 or 62.20% from 209); Blue value is 70 (27.73% from 255 or 33.49% from 209); Max value from RGB is 130 - color contains mainly: green. Hex color #098246 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098246 is #F67DB9. Grayscale: #575757. Windows color (decimal): -16154042 or 4620809. OLE color: 4620809.
HSL color Cylindrical-coordinate representation of color #098246: hue angle of 150.25º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098246 is Cyan = 0.93, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 9 | 130 | 70 | - |
| CMYK | 0.93 | 0 | 0.46 | 0.49 |
| HSL | 150.25º | 0.87% | 0.27% | - |
| HSV(B) | 150.25º | 0.93% | 0.51% | - |
| XYZ | 9.2 | 16.47 | 8.49 | - |
| YUV | 86.98 | 118.41 | 72.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 130 | 70 | 0.93 | 0 | 0.46 | 0.49 | 150.25 | 0.87 | 0.27 |
| Hex | 9 | 82 | 46 | 5D | 0 | 2E | 31 | 96 | 57 | 1B |
| Octal | 11 | 202 | 106 | 135 | 0 | 56 | 61 | 226 | 127 | 33 |
| Binary | 1001 | 10000010 | 1000110 | 1011101 | 0 | 101110 | 110001 | 10010110 | 1010111 | 11011 |
Color Harmonies of #098246
Complementary color
Monochromatic Colors of #098246
Black with #098246
Text Example
Text Example
White with #098246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098246; }
p { color: rgb(9,130,70); }
H1.HeaderClassName
{
color: #098246;
}
.AnyTagClassName
{
color: #098246;
}
</style>
background-color css
<style>
a { background-color: #098246; }
a { background-color: rgb(9,130,70); }
div.DivClassName
{
background-color: #098246;
}
.BgClassName
{
background-color: #098246;
}
</style>
border-color css
<style>
span { border-color: #098246; }
span { border-color: rgb(9,130,70); }
td.TdClassName
{
border-color: #098246;
}
.TagClassName
{
border-color: #098246;
}
</style>