Shades of Salem #008549
Tints of Salem #008549
RGB
CMYK
RGB Variations
Color information
#008549 (or 0x008549) is known color: Salem. HEX triplet: 00, 85 and 49. RGB value is (0,133,73). Sum of RGB (Red+Green+Blue) = 0+133+73=206 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 206); Green value is 133 (52.34% from 255 or 64.56% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 133 - color contains mainly: green. Hex color #008549 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008549 is #FF7AB6. Grayscale: #565656. Windows color (decimal): -16743095 or 4818176. OLE color: 4818176.
HSL color Cylindrical-coordinate representation of color #008549: hue angle of 152.93º 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 #008549 is Cyan = 1, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 133 | 73 | - |
| CMYK | 1 | 0 | 0.45 | 0.48 |
| HSL | 152.93º | 1% | 0.26% | - |
| HSV(B) | 152.93º | 1% | 0.52% | - |
| XYZ | 9.59 | 17.26 | 9.13 | - |
| YUV | 86.39 | 120.44 | 66.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 133 | 73 | 1 | 0 | 0.45 | 0.48 | 152.93 | 1 | 0.26 |
| Hex | 0 | 85 | 49 | 64 | 0 | 2D | 30 | 99 | 64 | 1A |
| Octal | 0 | 205 | 111 | 144 | 0 | 55 | 60 | 231 | 144 | 32 |
| Binary | 0 | 10000101 | 1001001 | 1100100 | 0 | 101101 | 110000 | 10011001 | 1100100 | 11010 |
Color Harmonies of #008549
Complementary color
Monochromatic Colors of #008549
Black with #008549
Text Example
Text Example
White with #008549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008549; }
p { color: rgb(0,133,73); }
H1.HeaderClassName
{
color: #008549;
}
.AnyTagClassName
{
color: #008549;
}
</style>
background-color css
<style>
a { background-color: #008549; }
a { background-color: rgb(0,133,73); }
div.DivClassName
{
background-color: #008549;
}
.BgClassName
{
background-color: #008549;
}
</style>
border-color css
<style>
span { border-color: #008549; }
span { border-color: rgb(0,133,73); }
td.TdClassName
{
border-color: #008549;
}
.TagClassName
{
border-color: #008549;
}
</style>