Shades of Salem #008946
Tints of Salem #008946
RGB
CMYK
RGB Variations
Color information
#008946 (or 0x008946) is known color: Salem. HEX triplet: 00, 89 and 46. RGB value is (0,137,70). Sum of RGB (Red+Green+Blue) = 0+137+70=207 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 207); Green value is 137 (53.91% from 255 or 66.18% from 207); Blue value is 70 (27.73% from 255 or 33.82% from 207); Max value from RGB is 137 - color contains mainly: green. Hex color #008946 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008946 is #FF76B9. Grayscale: #585858. Windows color (decimal): -16742074 or 4622592. OLE color: 4622592.
HSL color Cylindrical-coordinate representation of color #008946: hue angle of 150.66º 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 #008946 is Cyan = 1, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 137 | 70 | - |
| CMYK | 1 | 0 | 0.49 | 0.46 |
| HSL | 150.66º | 1% | 0.27% | - |
| HSV(B) | 150.66º | 1% | 0.54% | - |
| XYZ | 10.05 | 18.33 | 8.8 | - |
| YUV | 88.4 | 117.61 | 64.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 137 | 70 | 1 | 0 | 0.49 | 0.46 | 150.66 | 1 | 0.27 |
| Hex | 0 | 89 | 46 | 64 | 0 | 31 | 2E | 97 | 64 | 1B |
| Octal | 0 | 211 | 106 | 144 | 0 | 61 | 56 | 227 | 144 | 33 |
| Binary | 0 | 10001001 | 1000110 | 1100100 | 0 | 110001 | 101110 | 10010111 | 1100100 | 11011 |
Color Harmonies of #008946
Complementary color
Monochromatic Colors of #008946
Black with #008946
Text Example
Text Example
White with #008946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008946; }
p { color: rgb(0,137,70); }
H1.HeaderClassName
{
color: #008946;
}
.AnyTagClassName
{
color: #008946;
}
</style>
background-color css
<style>
a { background-color: #008946; }
a { background-color: rgb(0,137,70); }
div.DivClassName
{
background-color: #008946;
}
.BgClassName
{
background-color: #008946;
}
</style>
border-color css
<style>
span { border-color: #008946; }
span { border-color: rgb(0,137,70); }
td.TdClassName
{
border-color: #008946;
}
.TagClassName
{
border-color: #008946;
}
</style>