Shades of Salem #138C42
Tints of Salem #138C42
RGB
CMYK
RGB Variations
Color information
#138C42 (or 0x138C42) is known color: Salem. HEX triplet: 13, 8C and 42. RGB value is (19,140,66). Sum of RGB (Red+Green+Blue) = 19+140+66=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 140 (55.08% from 255 or 62.22% from 225); Blue value is 66 (26.17% from 255 or 29.33% from 225); Max value from RGB is 140 - color contains mainly: green. Hex color #138C42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138C42 is #EC73BD. Grayscale: #5F5F5F. Windows color (decimal): -15496126 or 4361235. OLE color: 4361235.
HSL color Cylindrical-coordinate representation of color #138C42: hue angle of 143.31º 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 #138C42 is Cyan = 0.86, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 140 | 66 | - |
| CMYK | 0.86 | 0 | 0.53 | 0.45 |
| HSL | 143.31º | 0.76% | 0.31% | - |
| HSV(B) | 143.31º | 0.86% | 0.55% | - |
| XYZ | 10.63 | 19.29 | 8.32 | - |
| YUV | 95.39 | 111.41 | 73.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 140 | 66 | 0.86 | 0 | 0.53 | 0.45 | 143.31 | 0.76 | 0.31 |
| Hex | 13 | 8C | 42 | 56 | 0 | 35 | 2D | 8F | 4C | 1F |
| Octal | 23 | 214 | 102 | 126 | 0 | 65 | 55 | 217 | 114 | 37 |
| Binary | 10011 | 10001100 | 1000010 | 1010110 | 0 | 110101 | 101101 | 10001111 | 1001100 | 11111 |
Color Harmonies of #138C42
Complementary color
Monochromatic Colors of #138C42
Black with #138C42
Text Example
Text Example
White with #138C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138C42; }
p { color: rgb(19,140,66); }
H1.HeaderClassName
{
color: #138C42;
}
.AnyTagClassName
{
color: #138C42;
}
</style>
background-color css
<style>
a { background-color: #138C42; }
a { background-color: rgb(19,140,66); }
div.DivClassName
{
background-color: #138C42;
}
.BgClassName
{
background-color: #138C42;
}
</style>
border-color css
<style>
span { border-color: #138C42; }
span { border-color: rgb(19,140,66); }
td.TdClassName
{
border-color: #138C42;
}
.TagClassName
{
border-color: #138C42;
}
</style>