Shades of Salem #008641
Tints of Salem #008641
RGB
CMYK
RGB Variations
Color information
#008641 (or 0x008641) is known color: Salem. HEX triplet: 00, 86 and 41. RGB value is (0,134,65). Sum of RGB (Red+Green+Blue) = 0+134+65=199 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 199); Green value is 134 (52.73% from 255 or 67.34% from 199); Blue value is 65 (25.78% from 255 or 32.66% from 199); Max value from RGB is 134 - color contains mainly: green. Hex color #008641 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008641 is #FF79BE. Grayscale: #565656. Windows color (decimal): -16742847 or 4294144. OLE color: 4294144.
HSL color Cylindrical-coordinate representation of color #008641: hue angle of 149.1º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008641 is Cyan = 1, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 134 | 65 | - |
| CMYK | 1 | 0 | 0.51 | 0.47 |
| HSL | 149.1º | 1% | 0.26% | - |
| HSV(B) | 149.1º | 1% | 0.53% | - |
| XYZ | 9.48 | 17.43 | 7.87 | - |
| YUV | 86.07 | 116.11 | 66.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 134 | 65 | 1 | 0 | 0.51 | 0.47 | 149.1 | 1 | 0.26 |
| Hex | 0 | 86 | 41 | 64 | 0 | 33 | 2F | 95 | 64 | 1A |
| Octal | 0 | 206 | 101 | 144 | 0 | 63 | 57 | 225 | 144 | 32 |
| Binary | 0 | 10000110 | 1000001 | 1100100 | 0 | 110011 | 101111 | 10010101 | 1100100 | 11010 |
Color Harmonies of #008641
Complementary color
Monochromatic Colors of #008641
Black with #008641
Text Example
Text Example
White with #008641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008641; }
p { color: rgb(0,134,65); }
H1.HeaderClassName
{
color: #008641;
}
.AnyTagClassName
{
color: #008641;
}
</style>
background-color css
<style>
a { background-color: #008641; }
a { background-color: rgb(0,134,65); }
div.DivClassName
{
background-color: #008641;
}
.BgClassName
{
background-color: #008641;
}
</style>
border-color css
<style>
span { border-color: #008641; }
span { border-color: rgb(0,134,65); }
td.TdClassName
{
border-color: #008641;
}
.TagClassName
{
border-color: #008641;
}
</style>