Shades of Salem #008849
Tints of Salem #008849
RGB
CMYK
RGB Variations
Color information
#008849 (or 0x008849) is known color: Salem. HEX triplet: 00, 88 and 49. RGB value is (0,136,73). Sum of RGB (Red+Green+Blue) = 0+136+73=209 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 209); Green value is 136 (53.52% from 255 or 65.07% from 209); Blue value is 73 (28.91% from 255 or 34.93% from 209); Max value from RGB is 136 - color contains mainly: green. Hex color #008849 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008849 is #FF77B6. Grayscale: #585858. Windows color (decimal): -16742327 or 4818944. OLE color: 4818944.
HSL color Cylindrical-coordinate representation of color #008849: hue angle of 152.21º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008849 is Cyan = 1, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 136 | 73 | - |
| CMYK | 1 | 0 | 0.46 | 0.47 |
| HSL | 152.21º | 1% | 0.27% | - |
| HSV(B) | 152.21º | 1% | 0.53% | - |
| XYZ | 10.01 | 18.09 | 9.27 | - |
| YUV | 88.15 | 119.44 | 65.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 136 | 73 | 1 | 0 | 0.46 | 0.47 | 152.21 | 1 | 0.27 |
| Hex | 0 | 88 | 49 | 64 | 0 | 2E | 2F | 98 | 64 | 1B |
| Octal | 0 | 210 | 111 | 144 | 0 | 56 | 57 | 230 | 144 | 33 |
| Binary | 0 | 10001000 | 1001001 | 1100100 | 0 | 101110 | 101111 | 10011000 | 1100100 | 11011 |
Color Harmonies of #008849
Complementary color
Monochromatic Colors of #008849
Black with #008849
Text Example
Text Example
White with #008849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008849; }
p { color: rgb(0,136,73); }
H1.HeaderClassName
{
color: #008849;
}
.AnyTagClassName
{
color: #008849;
}
</style>
background-color css
<style>
a { background-color: #008849; }
a { background-color: rgb(0,136,73); }
div.DivClassName
{
background-color: #008849;
}
.BgClassName
{
background-color: #008849;
}
</style>
border-color css
<style>
span { border-color: #008849; }
span { border-color: rgb(0,136,73); }
td.TdClassName
{
border-color: #008849;
}
.TagClassName
{
border-color: #008849;
}
</style>