Shades of Salem #138F4D
Tints of Salem #138F4D
RGB
CMYK
RGB Variations
Color information
#138F4D (or 0x138F4D) is known color: Salem. HEX triplet: 13, 8F and 4D. RGB value is (19,143,77). Sum of RGB (Red+Green+Blue) = 19+143+77=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 143 (56.25% from 255 or 59.83% from 239); Blue value is 77 (30.47% from 255 or 32.22% from 239); Max value from RGB is 143 - color contains mainly: green. Hex color #138F4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138F4D is #EC70B2. Grayscale: #626262. Windows color (decimal): -15495347 or 5082899. OLE color: 5082899.
HSL color Cylindrical-coordinate representation of color #138F4D: hue angle of 148.06º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138F4D is Cyan = 0.87, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 143 | 77 | - |
| CMYK | 0.87 | 0 | 0.46 | 0.44 |
| HSL | 148.06º | 0.77% | 0.32% | - |
| HSV(B) | 148.06º | 0.87% | 0.56% | - |
| XYZ | 11.43 | 20.32 | 10.34 | - |
| YUV | 98.4 | 115.92 | 71.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 143 | 77 | 0.87 | 0 | 0.46 | 0.44 | 148.06 | 0.77 | 0.32 |
| Hex | 13 | 8F | 4D | 57 | 0 | 2E | 2C | 94 | 4D | 20 |
| Octal | 23 | 217 | 115 | 127 | 0 | 56 | 54 | 224 | 115 | 40 |
| Binary | 10011 | 10001111 | 1001101 | 1010111 | 0 | 101110 | 101100 | 10010100 | 1001101 | 100000 |
Color Harmonies of #138F4D
Complementary color
Monochromatic Colors of #138F4D
Black with #138F4D
Text Example
Text Example
White with #138F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138F4D; }
p { color: rgb(19,143,77); }
H1.HeaderClassName
{
color: #138F4D;
}
.AnyTagClassName
{
color: #138F4D;
}
</style>
background-color css
<style>
a { background-color: #138F4D; }
a { background-color: rgb(19,143,77); }
div.DivClassName
{
background-color: #138F4D;
}
.BgClassName
{
background-color: #138F4D;
}
</style>
border-color css
<style>
span { border-color: #138F4D; }
span { border-color: rgb(19,143,77); }
td.TdClassName
{
border-color: #138F4D;
}
.TagClassName
{
border-color: #138F4D;
}
</style>