Shades of Salem #138555
Tints of Salem #138555
RGB
CMYK
RGB Variations
Color information
#138555 (or 0x138555) is known color: Salem. HEX triplet: 13, 85 and 55. RGB value is (19,133,85). Sum of RGB (Red+Green+Blue) = 19+133+85=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 133 (52.34% from 255 or 56.12% from 237); Blue value is 85 (33.59% from 255 or 35.86% from 237); Max value from RGB is 133 - color contains mainly: green. Hex color #138555 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138555 is #EC7AAA. Grayscale: #5D5D5D. Windows color (decimal): -15497899 or 5604627. OLE color: 5604627.
HSL color Cylindrical-coordinate representation of color #138555: hue angle of 154.74º 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 #138555 is Cyan = 0.86, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 19 | 133 | 85 | - |
| CMYK | 0.86 | 0 | 0.36 | 0.48 |
| HSL | 154.74º | 0.75% | 0.3% | - |
| HSV(B) | 154.74º | 0.86% | 0.52% | - |
| XYZ | 10.3 | 17.57 | 11.44 | - |
| YUV | 93.44 | 123.23 | 74.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 133 | 85 | 0.86 | 0 | 0.36 | 0.48 | 154.74 | 0.75 | 0.3 |
| Hex | 13 | 85 | 55 | 56 | 0 | 24 | 30 | 9B | 4B | 1E |
| Octal | 23 | 205 | 125 | 126 | 0 | 44 | 60 | 233 | 113 | 36 |
| Binary | 10011 | 10000101 | 1010101 | 1010110 | 0 | 100100 | 110000 | 10011011 | 1001011 | 11110 |
Color Harmonies of #138555
Complementary color
Monochromatic Colors of #138555
Black with #138555
Text Example
Text Example
White with #138555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138555; }
p { color: rgb(19,133,85); }
H1.HeaderClassName
{
color: #138555;
}
.AnyTagClassName
{
color: #138555;
}
</style>
background-color css
<style>
a { background-color: #138555; }
a { background-color: rgb(19,133,85); }
div.DivClassName
{
background-color: #138555;
}
.BgClassName
{
background-color: #138555;
}
</style>
border-color css
<style>
span { border-color: #138555; }
span { border-color: rgb(19,133,85); }
td.TdClassName
{
border-color: #138555;
}
.TagClassName
{
border-color: #138555;
}
</style>