Shades of Salem #138C3B
Tints of Salem #138C3B
RGB
CMYK
RGB Variations
Color information
#138C3B (or 0x138C3B) is known color: Salem. HEX triplet: 13, 8C and 3B. RGB value is (19,140,59). Sum of RGB (Red+Green+Blue) = 19+140+59=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 140 (55.08% from 255 or 64.22% from 218); Blue value is 59 (23.44% from 255 or 27.06% from 218); Max value from RGB is 140 - color contains mainly: green. Hex color #138C3B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138C3B is #EC73C4. Grayscale: #5E5E5E. Windows color (decimal): -15496133 or 3902483. OLE color: 3902483.
HSL color Cylindrical-coordinate representation of color #138C3B: hue angle of 139.83º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138C3B is Cyan = 0.86, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 140 | 59 | - |
| CMYK | 0.86 | 0 | 0.58 | 0.45 |
| HSL | 139.83º | 0.76% | 0.31% | - |
| HSV(B) | 139.83º | 0.86% | 0.55% | - |
| XYZ | 10.44 | 19.21 | 7.3 | - |
| YUV | 94.59 | 107.91 | 74.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 140 | 59 | 0.86 | 0 | 0.58 | 0.45 | 139.83 | 0.76 | 0.31 |
| Hex | 13 | 8C | 3B | 56 | 0 | 3A | 2D | 8C | 4C | 1F |
| Octal | 23 | 214 | 73 | 126 | 0 | 72 | 55 | 214 | 114 | 37 |
| Binary | 10011 | 10001100 | 111011 | 1010110 | 0 | 111010 | 101101 | 10001100 | 1001100 | 11111 |
Color Harmonies of #138C3B
Complementary color
Monochromatic Colors of #138C3B
Black with #138C3B
Text Example
Text Example
White with #138C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138C3B; }
p { color: rgb(19,140,59); }
H1.HeaderClassName
{
color: #138C3B;
}
.AnyTagClassName
{
color: #138C3B;
}
</style>
background-color css
<style>
a { background-color: #138C3B; }
a { background-color: rgb(19,140,59); }
div.DivClassName
{
background-color: #138C3B;
}
.BgClassName
{
background-color: #138C3B;
}
</style>
border-color css
<style>
span { border-color: #138C3B; }
span { border-color: rgb(19,140,59); }
td.TdClassName
{
border-color: #138C3B;
}
.TagClassName
{
border-color: #138C3B;
}
</style>