Shades of Salem #018841
Tints of Salem #018841
RGB
CMYK
RGB Variations
Color information
#018841 (or 0x018841) is known color: Salem. HEX triplet: 01, 88 and 41. RGB value is (1,136,65). Sum of RGB (Red+Green+Blue) = 1+136+65=202 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 202); Green value is 136 (53.52% from 255 or 67.33% from 202); Blue value is 65 (25.78% from 255 or 32.18% from 202); Max value from RGB is 136 - color contains mainly: green. Hex color #018841 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018841 is #FE77BE. Grayscale: #575757. Windows color (decimal): -16676799 or 4294657. OLE color: 4294657.
HSL color Cylindrical-coordinate representation of color #018841: hue angle of 148.44º 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 #018841 is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 136 | 65 | - |
| CMYK | 0.99 | 0 | 0.52 | 0.47 |
| HSL | 148.44º | 0.99% | 0.27% | - |
| HSV(B) | 148.44º | 0.99% | 0.53% | - |
| XYZ | 9.77 | 18 | 7.96 | - |
| YUV | 87.54 | 115.27 | 66.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 136 | 65 | 0.99 | 0 | 0.52 | 0.47 | 148.44 | 0.99 | 0.27 |
| Hex | 1 | 88 | 41 | 63 | 0 | 34 | 2F | 94 | 63 | 1B |
| Octal | 1 | 210 | 101 | 143 | 0 | 64 | 57 | 224 | 143 | 33 |
| Binary | 1 | 10001000 | 1000001 | 1100011 | 0 | 110100 | 101111 | 10010100 | 1100011 | 11011 |
Color Harmonies of #018841
Complementary color
Monochromatic Colors of #018841
Black with #018841
Text Example
Text Example
White with #018841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018841; }
p { color: rgb(1,136,65); }
H1.HeaderClassName
{
color: #018841;
}
.AnyTagClassName
{
color: #018841;
}
</style>
background-color css
<style>
a { background-color: #018841; }
a { background-color: rgb(1,136,65); }
div.DivClassName
{
background-color: #018841;
}
.BgClassName
{
background-color: #018841;
}
</style>
border-color css
<style>
span { border-color: #018841; }
span { border-color: rgb(1,136,65); }
td.TdClassName
{
border-color: #018841;
}
.TagClassName
{
border-color: #018841;
}
</style>