Shades of Salem #018939
Tints of Salem #018939
RGB
CMYK
RGB Variations
Color information
#018939 (or 0x018939) is known color: Salem. HEX triplet: 01, 89 and 39. RGB value is (1,137,57). Sum of RGB (Red+Green+Blue) = 1+137+57=195 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 195); Green value is 137 (53.91% from 255 or 70.26% from 195); Blue value is 57 (22.66% from 255 or 29.23% from 195); Max value from RGB is 137 - color contains mainly: green. Hex color #018939 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018939 is #FE76C6. Grayscale: #575757. Windows color (decimal): -16676551 or 3770625. OLE color: 3770625.
HSL color Cylindrical-coordinate representation of color #018939: hue angle of 144.71º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018939 is Cyan = 0.99, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 1 | 137 | 57 | - |
| CMYK | 0.99 | 0 | 0.58 | 0.46 |
| HSL | 144.71º | 0.99% | 0.27% | - |
| HSV(B) | 144.71º | 0.99% | 0.54% | - |
| XYZ | 9.7 | 18.19 | 6.87 | - |
| YUV | 87.22 | 110.94 | 66.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 137 | 57 | 0.99 | 0 | 0.58 | 0.46 | 144.71 | 0.99 | 0.27 |
| Hex | 1 | 89 | 39 | 63 | 0 | 3A | 2E | 91 | 63 | 1B |
| Octal | 1 | 211 | 71 | 143 | 0 | 72 | 56 | 221 | 143 | 33 |
| Binary | 1 | 10001001 | 111001 | 1100011 | 0 | 111010 | 101110 | 10010001 | 1100011 | 11011 |
Color Harmonies of #018939
Complementary color
Monochromatic Colors of #018939
Black with #018939
Text Example
Text Example
White with #018939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018939; }
p { color: rgb(1,137,57); }
H1.HeaderClassName
{
color: #018939;
}
.AnyTagClassName
{
color: #018939;
}
</style>
background-color css
<style>
a { background-color: #018939; }
a { background-color: rgb(1,137,57); }
div.DivClassName
{
background-color: #018939;
}
.BgClassName
{
background-color: #018939;
}
</style>
border-color css
<style>
span { border-color: #018939; }
span { border-color: rgb(1,137,57); }
td.TdClassName
{
border-color: #018939;
}
.TagClassName
{
border-color: #018939;
}
</style>