Shades of Salem #138857
Tints of Salem #138857
RGB
CMYK
RGB Variations
Color information
#138857 (or 0x138857) is known color: Salem. HEX triplet: 13, 88 and 57. RGB value is (19,136,87). Sum of RGB (Red+Green+Blue) = 19+136+87=242 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.85% from 242); Green value is 136 (53.52% from 255 or 56.20% from 242); Blue value is 87 (34.38% from 255 or 35.95% from 242); Max value from RGB is 136 - color contains mainly: green. Hex color #138857 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138857 is #EC77A8. Grayscale: #5F5F5F. Windows color (decimal): -15497129 or 5736467. OLE color: 5736467.
HSL color Cylindrical-coordinate representation of color #138857: hue angle of 154.87º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138857 is Cyan = 0.86, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 136 | 87 | - |
| CMYK | 0.86 | 0 | 0.36 | 0.47 |
| HSL | 154.87º | 0.75% | 0.3% | - |
| HSV(B) | 154.87º | 0.86% | 0.53% | - |
| XYZ | 10.79 | 18.43 | 12.01 | - |
| YUV | 95.43 | 123.24 | 73.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 136 | 87 | 0.86 | 0 | 0.36 | 0.47 | 154.87 | 0.75 | 0.3 |
| Hex | 13 | 88 | 57 | 56 | 0 | 24 | 2F | 9B | 4B | 1E |
| Octal | 23 | 210 | 127 | 126 | 0 | 44 | 57 | 233 | 113 | 36 |
| Binary | 10011 | 10001000 | 1010111 | 1010110 | 0 | 100100 | 101111 | 10011011 | 1001011 | 11110 |
Color Harmonies of #138857
Complementary color
Monochromatic Colors of #138857
Black with #138857
Text Example
Text Example
White with #138857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138857; }
p { color: rgb(19,136,87); }
H1.HeaderClassName
{
color: #138857;
}
.AnyTagClassName
{
color: #138857;
}
</style>
background-color css
<style>
a { background-color: #138857; }
a { background-color: rgb(19,136,87); }
div.DivClassName
{
background-color: #138857;
}
.BgClassName
{
background-color: #138857;
}
</style>
border-color css
<style>
span { border-color: #138857; }
span { border-color: rgb(19,136,87); }
td.TdClassName
{
border-color: #138857;
}
.TagClassName
{
border-color: #138857;
}
</style>