Shades of Salem #008547
Tints of Salem #008547
RGB
CMYK
RGB Variations
Color information
#008547 (or 0x008547) is known color: Salem. HEX triplet: 00, 85 and 47. RGB value is (0,133,71). Sum of RGB (Red+Green+Blue) = 0+133+71=204 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 204); Green value is 133 (52.34% from 255 or 65.20% from 204); Blue value is 71 (28.12% from 255 or 34.80% from 204); Max value from RGB is 133 - color contains mainly: green. Hex color #008547 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008547 is #FF7AB8. Grayscale: #565656. Windows color (decimal): -16743097 or 4687104. OLE color: 4687104.
HSL color Cylindrical-coordinate representation of color #008547: hue angle of 152.03º 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 #008547 is Cyan = 1, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 133 | 71 | - |
| CMYK | 1 | 0 | 0.47 | 0.48 |
| HSL | 152.03º | 1% | 0.26% | - |
| HSV(B) | 152.03º | 1% | 0.52% | - |
| XYZ | 9.52 | 17.23 | 8.78 | - |
| YUV | 86.17 | 119.44 | 66.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 133 | 71 | 1 | 0 | 0.47 | 0.48 | 152.03 | 1 | 0.26 |
| Hex | 0 | 85 | 47 | 64 | 0 | 2F | 30 | 98 | 64 | 1A |
| Octal | 0 | 205 | 107 | 144 | 0 | 57 | 60 | 230 | 144 | 32 |
| Binary | 0 | 10000101 | 1000111 | 1100100 | 0 | 101111 | 110000 | 10011000 | 1100100 | 11010 |
Color Harmonies of #008547
Complementary color
Monochromatic Colors of #008547
Black with #008547
Text Example
Text Example
White with #008547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008547; }
p { color: rgb(0,133,71); }
H1.HeaderClassName
{
color: #008547;
}
.AnyTagClassName
{
color: #008547;
}
</style>
background-color css
<style>
a { background-color: #008547; }
a { background-color: rgb(0,133,71); }
div.DivClassName
{
background-color: #008547;
}
.BgClassName
{
background-color: #008547;
}
</style>
border-color css
<style>
span { border-color: #008547; }
span { border-color: rgb(0,133,71); }
td.TdClassName
{
border-color: #008547;
}
.TagClassName
{
border-color: #008547;
}
</style>