Shades of Salem #00843F
Tints of Salem #00843F
RGB
CMYK
RGB Variations
Color information
#00843F (or 0x00843F) is known color: Salem. HEX triplet: 00, 84 and 3F. RGB value is (0,132,63). Sum of RGB (Red+Green+Blue) = 0+132+63=195 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 195); Green value is 132 (51.95% from 255 or 67.69% from 195); Blue value is 63 (25% from 255 or 32.31% from 195); Max value from RGB is 132 - color contains mainly: green. Hex color #00843F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00843F is #FF7BC0. Grayscale: #545454. Windows color (decimal): -16743361 or 4162560. OLE color: 4162560.
HSL color Cylindrical-coordinate representation of color #00843F: hue angle of 148.64º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00843F is Cyan = 1, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 132 | 63 | - |
| CMYK | 1 | 0 | 0.52 | 0.48 |
| HSL | 148.64º | 1% | 0.26% | - |
| HSV(B) | 148.64º | 1% | 0.52% | - |
| XYZ | 9.15 | 16.86 | 7.48 | - |
| YUV | 84.67 | 115.77 | 67.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 132 | 63 | 1 | 0 | 0.52 | 0.48 | 148.64 | 1 | 0.26 |
| Hex | 0 | 84 | 3F | 64 | 0 | 34 | 30 | 95 | 64 | 1A |
| Octal | 0 | 204 | 77 | 144 | 0 | 64 | 60 | 225 | 144 | 32 |
| Binary | 0 | 10000100 | 111111 | 1100100 | 0 | 110100 | 110000 | 10010101 | 1100100 | 11010 |
Color Harmonies of #00843F
Complementary color
Monochromatic Colors of #00843F
Black with #00843F
Text Example
Text Example
White with #00843F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00843F; }
p { color: rgb(0,132,63); }
H1.HeaderClassName
{
color: #00843F;
}
.AnyTagClassName
{
color: #00843F;
}
</style>
background-color css
<style>
a { background-color: #00843F; }
a { background-color: rgb(0,132,63); }
div.DivClassName
{
background-color: #00843F;
}
.BgClassName
{
background-color: #00843F;
}
</style>
border-color css
<style>
span { border-color: #00843F; }
span { border-color: rgb(0,132,63); }
td.TdClassName
{
border-color: #00843F;
}
.TagClassName
{
border-color: #00843F;
}
</style>