Shades of Salem #008546
Tints of Salem #008546
RGB
CMYK
RGB Variations
Color information
#008546 (or 0x008546) is known color: Salem. HEX triplet: 00, 85 and 46. RGB value is (0,133,70). Sum of RGB (Red+Green+Blue) = 0+133+70=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 133 (52.34% from 255 or 65.52% from 203); Blue value is 70 (27.73% from 255 or 34.48% from 203); Max value from RGB is 133 - color contains mainly: green. Hex color #008546 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008546 is #FF7AB9. Grayscale: #565656. Windows color (decimal): -16743098 or 4621568. OLE color: 4621568.
HSL color Cylindrical-coordinate representation of color #008546: hue angle of 151.58º 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 #008546 is Cyan = 1, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 133 | 70 | - |
| CMYK | 1 | 0 | 0.47 | 0.48 |
| HSL | 151.58º | 1% | 0.26% | - |
| HSV(B) | 151.58º | 1% | 0.52% | - |
| XYZ | 9.49 | 17.22 | 8.62 | - |
| YUV | 86.05 | 118.94 | 66.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 133 | 70 | 1 | 0 | 0.47 | 0.48 | 151.58 | 1 | 0.26 |
| Hex | 0 | 85 | 46 | 64 | 0 | 2F | 30 | 98 | 64 | 1A |
| Octal | 0 | 205 | 106 | 144 | 0 | 57 | 60 | 230 | 144 | 32 |
| Binary | 0 | 10000101 | 1000110 | 1100100 | 0 | 101111 | 110000 | 10011000 | 1100100 | 11010 |
Color Harmonies of #008546
Complementary color
Monochromatic Colors of #008546
Black with #008546
Text Example
Text Example
White with #008546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008546; }
p { color: rgb(0,133,70); }
H1.HeaderClassName
{
color: #008546;
}
.AnyTagClassName
{
color: #008546;
}
</style>
background-color css
<style>
a { background-color: #008546; }
a { background-color: rgb(0,133,70); }
div.DivClassName
{
background-color: #008546;
}
.BgClassName
{
background-color: #008546;
}
</style>
border-color css
<style>
span { border-color: #008546; }
span { border-color: rgb(0,133,70); }
td.TdClassName
{
border-color: #008546;
}
.TagClassName
{
border-color: #008546;
}
</style>