Shades of Salem #138841
Tints of Salem #138841
RGB
CMYK
RGB Variations
Color information
#138841 (or 0x138841) is known color: Salem. HEX triplet: 13, 88 and 41. RGB value is (19,136,65). Sum of RGB (Red+Green+Blue) = 19+136+65=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 136 (53.52% from 255 or 61.82% from 220); Blue value is 65 (25.78% from 255 or 29.55% from 220); Max value from RGB is 136 - color contains mainly: green. Hex color #138841 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138841 is #EC77BE. Grayscale: #5D5D5D. Windows color (decimal): -15497151 or 4294675. OLE color: 4294675.
HSL color Cylindrical-coordinate representation of color #138841: hue angle of 143.59º 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 #138841 is Cyan = 0.86, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 136 | 65 | - |
| CMYK | 0.86 | 0 | 0.52 | 0.47 |
| HSL | 143.59º | 0.75% | 0.3% | - |
| HSV(B) | 143.59º | 0.86% | 0.53% | - |
| XYZ | 10.03 | 18.13 | 7.97 | - |
| YUV | 92.92 | 112.24 | 75.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 136 | 65 | 0.86 | 0 | 0.52 | 0.47 | 143.59 | 0.75 | 0.3 |
| Hex | 13 | 88 | 41 | 56 | 0 | 34 | 2F | 90 | 4B | 1E |
| Octal | 23 | 210 | 101 | 126 | 0 | 64 | 57 | 220 | 113 | 36 |
| Binary | 10011 | 10001000 | 1000001 | 1010110 | 0 | 110100 | 101111 | 10010000 | 1001011 | 11110 |
Color Harmonies of #138841
Complementary color
Monochromatic Colors of #138841
Black with #138841
Text Example
Text Example
White with #138841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138841; }
p { color: rgb(19,136,65); }
H1.HeaderClassName
{
color: #138841;
}
.AnyTagClassName
{
color: #138841;
}
</style>
background-color css
<style>
a { background-color: #138841; }
a { background-color: rgb(19,136,65); }
div.DivClassName
{
background-color: #138841;
}
.BgClassName
{
background-color: #138841;
}
</style>
border-color css
<style>
span { border-color: #138841; }
span { border-color: rgb(19,136,65); }
td.TdClassName
{
border-color: #138841;
}
.TagClassName
{
border-color: #138841;
}
</style>