Shades of Salem #138455
Tints of Salem #138455
RGB
CMYK
RGB Variations
Color information
#138455 (or 0x138455) is known color: Salem. HEX triplet: 13, 84 and 55. RGB value is (19,132,85). Sum of RGB (Red+Green+Blue) = 19+132+85=236 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.05% from 236); Green value is 132 (51.95% from 255 or 55.93% from 236); Blue value is 85 (33.59% from 255 or 36.02% from 236); Max value from RGB is 132 - color contains mainly: green. Hex color #138455 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138455 is #EC7BAA. Grayscale: #5C5C5C. Windows color (decimal): -15498155 or 5604371. OLE color: 5604371.
HSL color Cylindrical-coordinate representation of color #138455: hue angle of 155.04º 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 #138455 is Cyan = 0.86, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 19 | 132 | 85 | - |
| CMYK | 0.86 | 0 | 0.36 | 0.48 |
| HSL | 155.04º | 0.75% | 0.3% | - |
| HSV(B) | 155.04º | 0.86% | 0.52% | - |
| XYZ | 10.16 | 17.3 | 11.4 | - |
| YUV | 92.86 | 123.56 | 75.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 132 | 85 | 0.86 | 0 | 0.36 | 0.48 | 155.04 | 0.75 | 0.3 |
| Hex | 13 | 84 | 55 | 56 | 0 | 24 | 30 | 9B | 4B | 1E |
| Octal | 23 | 204 | 125 | 126 | 0 | 44 | 60 | 233 | 113 | 36 |
| Binary | 10011 | 10000100 | 1010101 | 1010110 | 0 | 100100 | 110000 | 10011011 | 1001011 | 11110 |
Color Harmonies of #138455
Complementary color
Monochromatic Colors of #138455
Black with #138455
Text Example
Text Example
White with #138455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138455; }
p { color: rgb(19,132,85); }
H1.HeaderClassName
{
color: #138455;
}
.AnyTagClassName
{
color: #138455;
}
</style>
background-color css
<style>
a { background-color: #138455; }
a { background-color: rgb(19,132,85); }
div.DivClassName
{
background-color: #138455;
}
.BgClassName
{
background-color: #138455;
}
</style>
border-color css
<style>
span { border-color: #138455; }
span { border-color: rgb(19,132,85); }
td.TdClassName
{
border-color: #138455;
}
.TagClassName
{
border-color: #138455;
}
</style>