Shades of Salem #008843
Tints of Salem #008843
RGB
CMYK
RGB Variations
Color information
#008843 (or 0x008843) is known color: Salem. HEX triplet: 00, 88 and 43. RGB value is (0,136,67). Sum of RGB (Red+Green+Blue) = 0+136+67=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 136 (53.52% from 255 or 67.00% from 203); Blue value is 67 (26.56% from 255 or 33.00% from 203); Max value from RGB is 136 - color contains mainly: green. Hex color #008843 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008843 is #FF77BC. Grayscale: #575757. Windows color (decimal): -16742333 or 4425728. OLE color: 4425728.
HSL color Cylindrical-coordinate representation of color #008843: hue angle of 149.56º 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 #008843 is Cyan = 1, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 136 | 67 | - |
| CMYK | 1 | 0 | 0.51 | 0.47 |
| HSL | 149.56º | 1% | 0.27% | - |
| HSV(B) | 149.56º | 1% | 0.53% | - |
| XYZ | 9.82 | 18.01 | 8.27 | - |
| YUV | 87.47 | 116.44 | 65.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 136 | 67 | 1 | 0 | 0.51 | 0.47 | 149.56 | 1 | 0.27 |
| Hex | 0 | 88 | 43 | 64 | 0 | 33 | 2F | 96 | 64 | 1B |
| Octal | 0 | 210 | 103 | 144 | 0 | 63 | 57 | 226 | 144 | 33 |
| Binary | 0 | 10001000 | 1000011 | 1100100 | 0 | 110011 | 101111 | 10010110 | 1100100 | 11011 |
Color Harmonies of #008843
Complementary color
Monochromatic Colors of #008843
Black with #008843
Text Example
Text Example
White with #008843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008843; }
p { color: rgb(0,136,67); }
H1.HeaderClassName
{
color: #008843;
}
.AnyTagClassName
{
color: #008843;
}
</style>
background-color css
<style>
a { background-color: #008843; }
a { background-color: rgb(0,136,67); }
div.DivClassName
{
background-color: #008843;
}
.BgClassName
{
background-color: #008843;
}
</style>
border-color css
<style>
span { border-color: #008843; }
span { border-color: rgb(0,136,67); }
td.TdClassName
{
border-color: #008843;
}
.TagClassName
{
border-color: #008843;
}
</style>