Shades of Salem #098445
Tints of Salem #098445
RGB
CMYK
RGB Variations
Color information
#098445 (or 0x098445) is known color: Salem. HEX triplet: 09, 84 and 45. RGB value is (9,132,69). Sum of RGB (Red+Green+Blue) = 9+132+69=210 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.29% from 210); Green value is 132 (51.95% from 255 or 62.86% from 210); Blue value is 69 (27.34% from 255 or 32.86% from 210); Max value from RGB is 132 - color contains mainly: green. Hex color #098445 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098445 is #F67BBA. Grayscale: #585858. Windows color (decimal): -16153531 or 4555785. OLE color: 4555785.
HSL color Cylindrical-coordinate representation of color #098445: hue angle of 149.27º 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 #098445 is Cyan = 0.93, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 9 | 132 | 69 | - |
| CMYK | 0.93 | 0 | 0.48 | 0.48 |
| HSL | 149.27º | 0.87% | 0.28% | - |
| HSV(B) | 149.27º | 0.93% | 0.52% | - |
| XYZ | 9.44 | 16.99 | 8.41 | - |
| YUV | 88.04 | 117.25 | 71.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 132 | 69 | 0.93 | 0 | 0.48 | 0.48 | 149.27 | 0.87 | 0.28 |
| Hex | 9 | 84 | 45 | 5D | 0 | 30 | 30 | 95 | 57 | 1C |
| Octal | 11 | 204 | 105 | 135 | 0 | 60 | 60 | 225 | 127 | 34 |
| Binary | 1001 | 10000100 | 1000101 | 1011101 | 0 | 110000 | 110000 | 10010101 | 1010111 | 11100 |
Color Harmonies of #098445
Complementary color
Monochromatic Colors of #098445
Black with #098445
Text Example
Text Example
White with #098445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098445; }
p { color: rgb(9,132,69); }
H1.HeaderClassName
{
color: #098445;
}
.AnyTagClassName
{
color: #098445;
}
</style>
background-color css
<style>
a { background-color: #098445; }
a { background-color: rgb(9,132,69); }
div.DivClassName
{
background-color: #098445;
}
.BgClassName
{
background-color: #098445;
}
</style>
border-color css
<style>
span { border-color: #098445; }
span { border-color: rgb(9,132,69); }
td.TdClassName
{
border-color: #098445;
}
.TagClassName
{
border-color: #098445;
}
</style>