Shades of Salem #018550
Tints of Salem #018550
RGB
CMYK
RGB Variations
Color information
#018550 (or 0x018550) is known color: Salem. HEX triplet: 01, 85 and 50. RGB value is (1,133,80). Sum of RGB (Red+Green+Blue) = 1+133+80=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 133 (52.34% from 255 or 62.15% from 214); Blue value is 80 (31.64% from 255 or 37.38% from 214); Max value from RGB is 133 - color contains mainly: green. Hex color #018550 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018550 is #FE7AAF. Grayscale: #575757. Windows color (decimal): -16677552 or 5276929. OLE color: 5276929.
HSL color Cylindrical-coordinate representation of color #018550: hue angle of 155.91º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018550 is Cyan = 0.99, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 133 | 80 | - |
| CMYK | 0.99 | 0 | 0.40 | 0.48 |
| HSL | 155.91º | 0.99% | 0.26% | - |
| HSV(B) | 155.91º | 0.99% | 0.52% | - |
| XYZ | 9.85 | 17.36 | 10.42 | - |
| YUV | 87.49 | 123.77 | 66.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 133 | 80 | 0.99 | 0 | 0.40 | 0.48 | 155.91 | 0.99 | 0.26 |
| Hex | 1 | 85 | 50 | 63 | 0 | 28 | 30 | 9C | 63 | 1A |
| Octal | 1 | 205 | 120 | 143 | 0 | 50 | 60 | 234 | 143 | 32 |
| Binary | 1 | 10000101 | 1010000 | 1100011 | 0 | 101000 | 110000 | 10011100 | 1100011 | 11010 |
Color Harmonies of #018550
Complementary color
Monochromatic Colors of #018550
Black with #018550
Text Example
Text Example
White with #018550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018550; }
p { color: rgb(1,133,80); }
H1.HeaderClassName
{
color: #018550;
}
.AnyTagClassName
{
color: #018550;
}
</style>
background-color css
<style>
a { background-color: #018550; }
a { background-color: rgb(1,133,80); }
div.DivClassName
{
background-color: #018550;
}
.BgClassName
{
background-color: #018550;
}
</style>
border-color css
<style>
span { border-color: #018550; }
span { border-color: rgb(1,133,80); }
td.TdClassName
{
border-color: #018550;
}
.TagClassName
{
border-color: #018550;
}
</style>