Shades of Salem #018143
Tints of Salem #018143
RGB
CMYK
RGB Variations
Color information
#018143 (or 0x018143) is known color: Salem. HEX triplet: 01, 81 and 43. RGB value is (1,129,67). Sum of RGB (Red+Green+Blue) = 1+129+67=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 129 (50.78% from 255 or 65.48% from 197); Blue value is 67 (26.56% from 255 or 34.01% from 197); Max value from RGB is 129 - color contains mainly: green. Hex color #018143 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018143 is #FE7EBC. Grayscale: #535353. Windows color (decimal): -16678589 or 4423937. OLE color: 4423937.
HSL color Cylindrical-coordinate representation of color #018143: hue angle of 150.94º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018143 is Cyan = 0.99, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 129 | 67 | - |
| CMYK | 0.99 | 0 | 0.48 | 0.49 |
| HSL | 150.94º | 0.98% | 0.25% | - |
| HSV(B) | 150.94º | 0.99% | 0.51% | - |
| XYZ | 8.88 | 16.11 | 7.95 | - |
| YUV | 83.66 | 118.59 | 69.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 129 | 67 | 0.99 | 0 | 0.48 | 0.49 | 150.94 | 0.98 | 0.25 |
| Hex | 1 | 81 | 43 | 63 | 0 | 30 | 31 | 97 | 62 | 19 |
| Octal | 1 | 201 | 103 | 143 | 0 | 60 | 61 | 227 | 142 | 31 |
| Binary | 1 | 10000001 | 1000011 | 1100011 | 0 | 110000 | 110001 | 10010111 | 1100010 | 11001 |
Color Harmonies of #018143
Complementary color
Monochromatic Colors of #018143
Black with #018143
Text Example
Text Example
White with #018143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018143; }
p { color: rgb(1,129,67); }
H1.HeaderClassName
{
color: #018143;
}
.AnyTagClassName
{
color: #018143;
}
</style>
background-color css
<style>
a { background-color: #018143; }
a { background-color: rgb(1,129,67); }
div.DivClassName
{
background-color: #018143;
}
.BgClassName
{
background-color: #018143;
}
</style>
border-color css
<style>
span { border-color: #018143; }
span { border-color: rgb(1,129,67); }
td.TdClassName
{
border-color: #018143;
}
.TagClassName
{
border-color: #018143;
}
</style>