Shades of Salem #098349
Tints of Salem #098349
RGB
CMYK
RGB Variations
Color information
#098349 (or 0x098349) is known color: Salem. HEX triplet: 09, 83 and 49. RGB value is (9,131,73). Sum of RGB (Red+Green+Blue) = 9+131+73=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 131 (51.56% from 255 or 61.50% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 131 - color contains mainly: green. Hex color #098349 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098349 is #F67CB6. Grayscale: #585858. Windows color (decimal): -16153783 or 4817673. OLE color: 4817673.
HSL color Cylindrical-coordinate representation of color #098349: hue angle of 151.48º 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 #098349 is Cyan = 0.93, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 9 | 131 | 73 | - |
| CMYK | 0.93 | 0 | 0.44 | 0.49 |
| HSL | 151.48º | 0.87% | 0.27% | - |
| HSV(B) | 151.48º | 0.93% | 0.51% | - |
| XYZ | 9.43 | 16.77 | 9.04 | - |
| YUV | 87.91 | 119.58 | 71.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 131 | 73 | 0.93 | 0 | 0.44 | 0.49 | 151.48 | 0.87 | 0.27 |
| Hex | 9 | 83 | 49 | 5D | 0 | 2C | 31 | 97 | 57 | 1B |
| Octal | 11 | 203 | 111 | 135 | 0 | 54 | 61 | 227 | 127 | 33 |
| Binary | 1001 | 10000011 | 1001001 | 1011101 | 0 | 101100 | 110001 | 10010111 | 1010111 | 11011 |
Color Harmonies of #098349
Complementary color
Monochromatic Colors of #098349
Black with #098349
Text Example
Text Example
White with #098349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098349; }
p { color: rgb(9,131,73); }
H1.HeaderClassName
{
color: #098349;
}
.AnyTagClassName
{
color: #098349;
}
</style>
background-color css
<style>
a { background-color: #098349; }
a { background-color: rgb(9,131,73); }
div.DivClassName
{
background-color: #098349;
}
.BgClassName
{
background-color: #098349;
}
</style>
border-color css
<style>
span { border-color: #098349; }
span { border-color: rgb(9,131,73); }
td.TdClassName
{
border-color: #098349;
}
.TagClassName
{
border-color: #098349;
}
</style>