Shades of Salem #098B41
Tints of Salem #098B41
RGB
CMYK
RGB Variations
Color information
#098B41 (or 0x098B41) is known color: Salem. HEX triplet: 09, 8B and 41. RGB value is (9,139,65). Sum of RGB (Red+Green+Blue) = 9+139+65=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 139 (54.69% from 255 or 65.26% from 213); Blue value is 65 (25.78% from 255 or 30.52% from 213); Max value from RGB is 139 - color contains mainly: green. Hex color #098B41 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098B41 is #F674BE. Grayscale: #5B5B5B. Windows color (decimal): -16151743 or 4295433. OLE color: 4295433.
HSL color Cylindrical-coordinate representation of color #098B41: hue angle of 145.85º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #098B41 is Cyan = 0.94, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 139 | 65 | - |
| CMYK | 0.94 | 0 | 0.53 | 0.45 |
| HSL | 145.85º | 0.88% | 0.29% | - |
| HSV(B) | 145.85º | 0.94% | 0.55% | - |
| XYZ | 10.3 | 18.9 | 8.11 | - |
| YUV | 91.69 | 112.93 | 69.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 139 | 65 | 0.94 | 0 | 0.53 | 0.45 | 145.85 | 0.88 | 0.29 |
| Hex | 9 | 8B | 41 | 5E | 0 | 35 | 2D | 92 | 58 | 1D |
| Octal | 11 | 213 | 101 | 136 | 0 | 65 | 55 | 222 | 130 | 35 |
| Binary | 1001 | 10001011 | 1000001 | 1011110 | 0 | 110101 | 101101 | 10010010 | 1011000 | 11101 |
Color Harmonies of #098B41
Complementary color
Monochromatic Colors of #098B41
Black with #098B41
Text Example
Text Example
White with #098B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098B41; }
p { color: rgb(9,139,65); }
H1.HeaderClassName
{
color: #098B41;
}
.AnyTagClassName
{
color: #098B41;
}
</style>
background-color css
<style>
a { background-color: #098B41; }
a { background-color: rgb(9,139,65); }
div.DivClassName
{
background-color: #098B41;
}
.BgClassName
{
background-color: #098B41;
}
</style>
border-color css
<style>
span { border-color: #098B41; }
span { border-color: rgb(9,139,65); }
td.TdClassName
{
border-color: #098B41;
}
.TagClassName
{
border-color: #098B41;
}
</style>