Shades of Salem #098450
Tints of Salem #098450
RGB
CMYK
RGB Variations
Color information
#098450 (or 0x098450) is known color: Salem. HEX triplet: 09, 84 and 50. RGB value is (9,132,80). Sum of RGB (Red+Green+Blue) = 9+132+80=221 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.07% from 221); Green value is 132 (51.95% from 255 or 59.73% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 132 - color contains mainly: green. Hex color #098450 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098450 is #F67BAF. Grayscale: #595959. Windows color (decimal): -16153520 or 5276681. OLE color: 5276681.
HSL color Cylindrical-coordinate representation of color #098450: hue angle of 154.63º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098450 is Cyan = 0.93, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 9 | 132 | 80 | - |
| CMYK | 0.93 | 0 | 0.39 | 0.48 |
| HSL | 154.63º | 0.87% | 0.28% | - |
| HSV(B) | 154.63º | 0.93% | 0.52% | - |
| XYZ | 9.81 | 17.14 | 10.38 | - |
| YUV | 89.3 | 122.75 | 70.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 132 | 80 | 0.93 | 0 | 0.39 | 0.48 | 154.63 | 0.87 | 0.28 |
| Hex | 9 | 84 | 50 | 5D | 0 | 27 | 30 | 9B | 57 | 1C |
| Octal | 11 | 204 | 120 | 135 | 0 | 47 | 60 | 233 | 127 | 34 |
| Binary | 1001 | 10000100 | 1010000 | 1011101 | 0 | 100111 | 110000 | 10011011 | 1010111 | 11100 |
Color Harmonies of #098450
Complementary color
Monochromatic Colors of #098450
Black with #098450
Text Example
Text Example
White with #098450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098450; }
p { color: rgb(9,132,80); }
H1.HeaderClassName
{
color: #098450;
}
.AnyTagClassName
{
color: #098450;
}
</style>
background-color css
<style>
a { background-color: #098450; }
a { background-color: rgb(9,132,80); }
div.DivClassName
{
background-color: #098450;
}
.BgClassName
{
background-color: #098450;
}
</style>
border-color css
<style>
span { border-color: #098450; }
span { border-color: rgb(9,132,80); }
td.TdClassName
{
border-color: #098450;
}
.TagClassName
{
border-color: #098450;
}
</style>