Shades of Salem #098240
Tints of Salem #098240
RGB
CMYK
RGB Variations
Color information
#098240 (or 0x098240) is known color: Salem. HEX triplet: 09, 82 and 40. RGB value is (9,130,64). Sum of RGB (Red+Green+Blue) = 9+130+64=203 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.43% from 203); Green value is 130 (51.17% from 255 or 64.04% from 203); Blue value is 64 (25.39% from 255 or 31.53% from 203); Max value from RGB is 130 - color contains mainly: green. Hex color #098240 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098240 is #F67DBF. Grayscale: #565656. Windows color (decimal): -16154048 or 4227593. OLE color: 4227593.
HSL color Cylindrical-coordinate representation of color #098240: hue angle of 147.27º 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 #098240 is Cyan = 0.93, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 9 | 130 | 64 | - |
| CMYK | 0.93 | 0 | 0.51 | 0.49 |
| HSL | 147.27º | 0.87% | 0.27% | - |
| HSV(B) | 147.27º | 0.93% | 0.51% | - |
| XYZ | 9.02 | 16.39 | 7.54 | - |
| YUV | 86.3 | 115.41 | 72.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 130 | 64 | 0.93 | 0 | 0.51 | 0.49 | 147.27 | 0.87 | 0.27 |
| Hex | 9 | 82 | 40 | 5D | 0 | 33 | 31 | 93 | 57 | 1B |
| Octal | 11 | 202 | 100 | 135 | 0 | 63 | 61 | 223 | 127 | 33 |
| Binary | 1001 | 10000010 | 1000000 | 1011101 | 0 | 110011 | 110001 | 10010011 | 1010111 | 11011 |
Color Harmonies of #098240
Complementary color
Monochromatic Colors of #098240
Black with #098240
Text Example
Text Example
White with #098240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098240; }
p { color: rgb(9,130,64); }
H1.HeaderClassName
{
color: #098240;
}
.AnyTagClassName
{
color: #098240;
}
</style>
background-color css
<style>
a { background-color: #098240; }
a { background-color: rgb(9,130,64); }
div.DivClassName
{
background-color: #098240;
}
.BgClassName
{
background-color: #098240;
}
</style>
border-color css
<style>
span { border-color: #098240; }
span { border-color: rgb(9,130,64); }
td.TdClassName
{
border-color: #098240;
}
.TagClassName
{
border-color: #098240;
}
</style>