Shades of Salem #138A46
Tints of Salem #138A46
RGB
CMYK
RGB Variations
Color information
#138A46 (or 0x138A46) is known color: Salem. HEX triplet: 13, 8A and 46. RGB value is (19,138,70). Sum of RGB (Red+Green+Blue) = 19+138+70=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 138 (54.30% from 255 or 60.79% from 227); Blue value is 70 (27.73% from 255 or 30.84% from 227); Max value from RGB is 138 - color contains mainly: green. Hex color #138A46 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138A46 is #EC75B9. Grayscale: #5E5E5E. Windows color (decimal): -15496634 or 4622867. OLE color: 4622867.
HSL color Cylindrical-coordinate representation of color #138A46: hue angle of 145.71º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138A46 is Cyan = 0.86, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 138 | 70 | - |
| CMYK | 0.86 | 0 | 0.49 | 0.46 |
| HSL | 145.71º | 0.76% | 0.31% | - |
| HSV(B) | 145.71º | 0.86% | 0.54% | - |
| XYZ | 10.46 | 18.76 | 8.86 | - |
| YUV | 94.67 | 114.08 | 74.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 138 | 70 | 0.86 | 0 | 0.49 | 0.46 | 145.71 | 0.76 | 0.31 |
| Hex | 13 | 8A | 46 | 56 | 0 | 31 | 2E | 92 | 4C | 1F |
| Octal | 23 | 212 | 106 | 126 | 0 | 61 | 56 | 222 | 114 | 37 |
| Binary | 10011 | 10001010 | 1000110 | 1010110 | 0 | 110001 | 101110 | 10010010 | 1001100 | 11111 |
Color Harmonies of #138A46
Complementary color
Monochromatic Colors of #138A46
Black with #138A46
Text Example
Text Example
White with #138A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138A46; }
p { color: rgb(19,138,70); }
H1.HeaderClassName
{
color: #138A46;
}
.AnyTagClassName
{
color: #138A46;
}
</style>
background-color css
<style>
a { background-color: #138A46; }
a { background-color: rgb(19,138,70); }
div.DivClassName
{
background-color: #138A46;
}
.BgClassName
{
background-color: #138A46;
}
</style>
border-color css
<style>
span { border-color: #138A46; }
span { border-color: rgb(19,138,70); }
td.TdClassName
{
border-color: #138A46;
}
.TagClassName
{
border-color: #138A46;
}
</style>