Shades of Salem #138559
Tints of Salem #138559
RGB
CMYK
RGB Variations
Color information
#138559 (or 0x138559) is known color: Salem. HEX triplet: 13, 85 and 59. RGB value is (19,133,89). Sum of RGB (Red+Green+Blue) = 19+133+89=241 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.88% from 241); Green value is 133 (52.34% from 255 or 55.19% from 241); Blue value is 89 (35.16% from 255 or 36.93% from 241); Max value from RGB is 133 - color contains mainly: green. Hex color #138559 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138559 is #EC7AA6. Grayscale: #5D5D5D. Windows color (decimal): -15497895 or 5866771. OLE color: 5866771.
HSL color Cylindrical-coordinate representation of color #138559: hue angle of 156.84º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138559 is Cyan = 0.86, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 19 | 133 | 89 | - |
| CMYK | 0.86 | 0 | 0.33 | 0.48 |
| HSL | 156.84º | 0.75% | 0.3% | - |
| HSV(B) | 156.84º | 0.86% | 0.52% | - |
| XYZ | 10.46 | 17.63 | 12.3 | - |
| YUV | 93.9 | 125.23 | 74.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 133 | 89 | 0.86 | 0 | 0.33 | 0.48 | 156.84 | 0.75 | 0.3 |
| Hex | 13 | 85 | 59 | 56 | 0 | 21 | 30 | 9D | 4B | 1E |
| Octal | 23 | 205 | 131 | 126 | 0 | 41 | 60 | 235 | 113 | 36 |
| Binary | 10011 | 10000101 | 1011001 | 1010110 | 0 | 100001 | 110000 | 10011101 | 1001011 | 11110 |
Color Harmonies of #138559
Complementary color
Monochromatic Colors of #138559
Black with #138559
Text Example
Text Example
White with #138559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138559; }
p { color: rgb(19,133,89); }
H1.HeaderClassName
{
color: #138559;
}
.AnyTagClassName
{
color: #138559;
}
</style>
background-color css
<style>
a { background-color: #138559; }
a { background-color: rgb(19,133,89); }
div.DivClassName
{
background-color: #138559;
}
.BgClassName
{
background-color: #138559;
}
</style>
border-color css
<style>
span { border-color: #138559; }
span { border-color: rgb(19,133,89); }
td.TdClassName
{
border-color: #138559;
}
.TagClassName
{
border-color: #138559;
}
</style>