Shades of Salem #098841
Tints of Salem #098841
RGB
CMYK
RGB Variations
Color information
#098841 (or 0x098841) is known color: Salem. HEX triplet: 09, 88 and 41. RGB value is (9,136,65). Sum of RGB (Red+Green+Blue) = 9+136+65=210 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.29% from 210); Green value is 136 (53.52% from 255 or 64.76% from 210); Blue value is 65 (25.78% from 255 or 30.95% from 210); Max value from RGB is 136 - color contains mainly: green. Hex color #098841 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098841 is #F677BE. Grayscale: #5A5A5A. Windows color (decimal): -16152511 or 4294665. OLE color: 4294665.
HSL color Cylindrical-coordinate representation of color #098841: hue angle of 146.46º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098841 is Cyan = 0.93, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 136 | 65 | - |
| CMYK | 0.93 | 0 | 0.52 | 0.47 |
| HSL | 146.46º | 0.88% | 0.28% | - |
| HSV(B) | 146.46º | 0.93% | 0.53% | - |
| XYZ | 9.87 | 18.05 | 7.96 | - |
| YUV | 89.93 | 113.92 | 70.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 136 | 65 | 0.93 | 0 | 0.52 | 0.47 | 146.46 | 0.88 | 0.28 |
| Hex | 9 | 88 | 41 | 5D | 0 | 34 | 2F | 92 | 58 | 1C |
| Octal | 11 | 210 | 101 | 135 | 0 | 64 | 57 | 222 | 130 | 34 |
| Binary | 1001 | 10001000 | 1000001 | 1011101 | 0 | 110100 | 101111 | 10010010 | 1011000 | 11100 |
Color Harmonies of #098841
Complementary color
Monochromatic Colors of #098841
Black with #098841
Text Example
Text Example
White with #098841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098841; }
p { color: rgb(9,136,65); }
H1.HeaderClassName
{
color: #098841;
}
.AnyTagClassName
{
color: #098841;
}
</style>
background-color css
<style>
a { background-color: #098841; }
a { background-color: rgb(9,136,65); }
div.DivClassName
{
background-color: #098841;
}
.BgClassName
{
background-color: #098841;
}
</style>
border-color css
<style>
span { border-color: #098841; }
span { border-color: rgb(9,136,65); }
td.TdClassName
{
border-color: #098841;
}
.TagClassName
{
border-color: #098841;
}
</style>