Shades of Salem #018950
Tints of Salem #018950
RGB
CMYK
RGB Variations
Color information
#018950 (or 0x018950) is known color: Salem. HEX triplet: 01, 89 and 50. RGB value is (1,137,80). Sum of RGB (Red+Green+Blue) = 1+137+80=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 137 (53.91% from 255 or 62.84% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 137 - color contains mainly: green. Hex color #018950 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018950 is #FE76AF. Grayscale: #595959. Windows color (decimal): -16676528 or 5277953. OLE color: 5277953.
HSL color Cylindrical-coordinate representation of color #018950: hue angle of 154.85º 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 #018950 is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 1 | 137 | 80 | - |
| CMYK | 0.99 | 0 | 0.42 | 0.46 |
| HSL | 154.85º | 0.99% | 0.27% | - |
| HSV(B) | 154.85º | 0.99% | 0.54% | - |
| XYZ | 10.41 | 18.48 | 10.61 | - |
| YUV | 89.84 | 122.44 | 64.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 137 | 80 | 0.99 | 0 | 0.42 | 0.46 | 154.85 | 0.99 | 0.27 |
| Hex | 1 | 89 | 50 | 63 | 0 | 2A | 2E | 9B | 63 | 1B |
| Octal | 1 | 211 | 120 | 143 | 0 | 52 | 56 | 233 | 143 | 33 |
| Binary | 1 | 10001001 | 1010000 | 1100011 | 0 | 101010 | 101110 | 10011011 | 1100011 | 11011 |
Color Harmonies of #018950
Complementary color
Monochromatic Colors of #018950
Black with #018950
Text Example
Text Example
White with #018950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018950; }
p { color: rgb(1,137,80); }
H1.HeaderClassName
{
color: #018950;
}
.AnyTagClassName
{
color: #018950;
}
</style>
background-color css
<style>
a { background-color: #018950; }
a { background-color: rgb(1,137,80); }
div.DivClassName
{
background-color: #018950;
}
.BgClassName
{
background-color: #018950;
}
</style>
border-color css
<style>
span { border-color: #018950; }
span { border-color: rgb(1,137,80); }
td.TdClassName
{
border-color: #018950;
}
.TagClassName
{
border-color: #018950;
}
</style>