Shades of Salem #00863D
Tints of Salem #00863D
RGB
CMYK
RGB Variations
Color information
#00863D (or 0x00863D) is known color: Salem. HEX triplet: 00, 86 and 3D. RGB value is (0,134,61). Sum of RGB (Red+Green+Blue) = 0+134+61=195 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 195); Green value is 134 (52.73% from 255 or 68.72% from 195); Blue value is 61 (24.22% from 255 or 31.28% from 195); Max value from RGB is 134 - color contains mainly: green. Hex color #00863D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00863D is #FF79C2. Grayscale: #555555. Windows color (decimal): -16742851 or 4032000. OLE color: 4032000.
HSL color Cylindrical-coordinate representation of color #00863D: hue angle of 147.31º 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 #00863D is Cyan = 1, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 134 | 61 | - |
| CMYK | 1 | 0 | 0.54 | 0.47 |
| HSL | 147.31º | 1% | 0.26% | - |
| HSV(B) | 147.31º | 1% | 0.53% | - |
| XYZ | 9.37 | 17.39 | 7.28 | - |
| YUV | 85.61 | 114.11 | 66.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 134 | 61 | 1 | 0 | 0.54 | 0.47 | 147.31 | 1 | 0.26 |
| Hex | 0 | 86 | 3D | 64 | 0 | 36 | 2F | 93 | 64 | 1A |
| Octal | 0 | 206 | 75 | 144 | 0 | 66 | 57 | 223 | 144 | 32 |
| Binary | 0 | 10000110 | 111101 | 1100100 | 0 | 110110 | 101111 | 10010011 | 1100100 | 11010 |
Color Harmonies of #00863D
Complementary color
Monochromatic Colors of #00863D
Black with #00863D
Text Example
Text Example
White with #00863D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00863D; }
p { color: rgb(0,134,61); }
H1.HeaderClassName
{
color: #00863D;
}
.AnyTagClassName
{
color: #00863D;
}
</style>
background-color css
<style>
a { background-color: #00863D; }
a { background-color: rgb(0,134,61); }
div.DivClassName
{
background-color: #00863D;
}
.BgClassName
{
background-color: #00863D;
}
</style>
border-color css
<style>
span { border-color: #00863D; }
span { border-color: rgb(0,134,61); }
td.TdClassName
{
border-color: #00863D;
}
.TagClassName
{
border-color: #00863D;
}
</style>