Shades of Salem #008943
Tints of Salem #008943
RGB
CMYK
RGB Variations
Color information
#008943 (or 0x008943) is known color: Salem. HEX triplet: 00, 89 and 43. RGB value is (0,137,67). Sum of RGB (Red+Green+Blue) = 0+137+67=204 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 204); Green value is 137 (53.91% from 255 or 67.16% from 204); Blue value is 67 (26.56% from 255 or 32.84% from 204); Max value from RGB is 137 - color contains mainly: green. Hex color #008943 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008943 is #FF76BC. Grayscale: #585858. Windows color (decimal): -16742077 or 4425984. OLE color: 4425984.
HSL color Cylindrical-coordinate representation of color #008943: hue angle of 149.34º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008943 is Cyan = 1, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 137 | 67 | - |
| CMYK | 1 | 0 | 0.51 | 0.46 |
| HSL | 149.34º | 1% | 0.27% | - |
| HSV(B) | 149.34º | 1% | 0.54% | - |
| XYZ | 9.96 | 18.3 | 8.32 | - |
| YUV | 88.06 | 116.11 | 65.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 137 | 67 | 1 | 0 | 0.51 | 0.46 | 149.34 | 1 | 0.27 |
| Hex | 0 | 89 | 43 | 64 | 0 | 33 | 2E | 95 | 64 | 1B |
| Octal | 0 | 211 | 103 | 144 | 0 | 63 | 56 | 225 | 144 | 33 |
| Binary | 0 | 10001001 | 1000011 | 1100100 | 0 | 110011 | 101110 | 10010101 | 1100100 | 11011 |
Color Harmonies of #008943
Complementary color
Monochromatic Colors of #008943
Black with #008943
Text Example
Text Example
White with #008943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008943; }
p { color: rgb(0,137,67); }
H1.HeaderClassName
{
color: #008943;
}
.AnyTagClassName
{
color: #008943;
}
</style>
background-color css
<style>
a { background-color: #008943; }
a { background-color: rgb(0,137,67); }
div.DivClassName
{
background-color: #008943;
}
.BgClassName
{
background-color: #008943;
}
</style>
border-color css
<style>
span { border-color: #008943; }
span { border-color: rgb(0,137,67); }
td.TdClassName
{
border-color: #008943;
}
.TagClassName
{
border-color: #008943;
}
</style>