Shades of Salem #008839
Tints of Salem #008839
RGB
CMYK
RGB Variations
Color information
#008839 (or 0x008839) is known color: Salem. HEX triplet: 00, 88 and 39. RGB value is (0,136,57). Sum of RGB (Red+Green+Blue) = 0+136+57=193 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 193); Green value is 136 (53.52% from 255 or 70.47% from 193); Blue value is 57 (22.66% from 255 or 29.53% from 193); Max value from RGB is 136 - color contains mainly: green. Hex color #008839 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008839 is #FF77C6. Grayscale: #565656. Windows color (decimal): -16742343 or 3770368. OLE color: 3770368.
HSL color Cylindrical-coordinate representation of color #008839: hue angle of 145.15º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008839 is Cyan = 1, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 136 | 57 | - |
| CMYK | 1 | 0 | 0.58 | 0.47 |
| HSL | 145.15º | 1% | 0.27% | - |
| HSV(B) | 145.15º | 1% | 0.53% | - |
| XYZ | 9.54 | 17.9 | 6.82 | - |
| YUV | 86.33 | 111.44 | 66.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 136 | 57 | 1 | 0 | 0.58 | 0.47 | 145.15 | 1 | 0.27 |
| Hex | 0 | 88 | 39 | 64 | 0 | 3A | 2F | 91 | 64 | 1B |
| Octal | 0 | 210 | 71 | 144 | 0 | 72 | 57 | 221 | 144 | 33 |
| Binary | 0 | 10001000 | 111001 | 1100100 | 0 | 111010 | 101111 | 10010001 | 1100100 | 11011 |
Color Harmonies of #008839
Complementary color
Monochromatic Colors of #008839
Black with #008839
Text Example
Text Example
White with #008839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008839; }
p { color: rgb(0,136,57); }
H1.HeaderClassName
{
color: #008839;
}
.AnyTagClassName
{
color: #008839;
}
</style>
background-color css
<style>
a { background-color: #008839; }
a { background-color: rgb(0,136,57); }
div.DivClassName
{
background-color: #008839;
}
.BgClassName
{
background-color: #008839;
}
</style>
border-color css
<style>
span { border-color: #008839; }
span { border-color: rgb(0,136,57); }
td.TdClassName
{
border-color: #008839;
}
.TagClassName
{
border-color: #008839;
}
</style>