Shades of Salem #018740
Tints of Salem #018740
RGB
CMYK
RGB Variations
Color information
#018740 (or 0x018740) is known color: Salem. HEX triplet: 01, 87 and 40. RGB value is (1,135,64). Sum of RGB (Red+Green+Blue) = 1+135+64=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 135 (53.12% from 255 or 67.5% from 200); Blue value is 64 (25.39% from 255 or 32% from 200); Max value from RGB is 135 - color contains mainly: green. Hex color #018740 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018740 is #FE78BF. Grayscale: #565656. Windows color (decimal): -16677056 or 4228865. OLE color: 4228865.
HSL color Cylindrical-coordinate representation of color #018740: hue angle of 148.21º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018740 is Cyan = 0.99, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 135 | 64 | - |
| CMYK | 0.99 | 0 | 0.53 | 0.47 |
| HSL | 148.21º | 0.99% | 0.27% | - |
| HSV(B) | 148.21º | 0.99% | 0.53% | - |
| XYZ | 9.6 | 17.7 | 7.76 | - |
| YUV | 86.84 | 115.11 | 66.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 135 | 64 | 0.99 | 0 | 0.53 | 0.47 | 148.21 | 0.99 | 0.27 |
| Hex | 1 | 87 | 40 | 63 | 0 | 35 | 2F | 94 | 63 | 1B |
| Octal | 1 | 207 | 100 | 143 | 0 | 65 | 57 | 224 | 143 | 33 |
| Binary | 1 | 10000111 | 1000000 | 1100011 | 0 | 110101 | 101111 | 10010100 | 1100011 | 11011 |
Color Harmonies of #018740
Complementary color
Monochromatic Colors of #018740
Black with #018740
Text Example
Text Example
White with #018740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018740; }
p { color: rgb(1,135,64); }
H1.HeaderClassName
{
color: #018740;
}
.AnyTagClassName
{
color: #018740;
}
</style>
background-color css
<style>
a { background-color: #018740; }
a { background-color: rgb(1,135,64); }
div.DivClassName
{
background-color: #018740;
}
.BgClassName
{
background-color: #018740;
}
</style>
border-color css
<style>
span { border-color: #018740; }
span { border-color: rgb(1,135,64); }
td.TdClassName
{
border-color: #018740;
}
.TagClassName
{
border-color: #018740;
}
</style>