Shades of Salem #138D3C
Tints of Salem #138D3C
RGB
CMYK
RGB Variations
Color information
#138D3C (or 0x138D3C) is known color: Salem. HEX triplet: 13, 8D and 3C. RGB value is (19,141,60). Sum of RGB (Red+Green+Blue) = 19+141+60=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 141 (55.47% from 255 or 64.09% from 220); Blue value is 60 (23.83% from 255 or 27.27% from 220); Max value from RGB is 141 - color contains mainly: green. Hex color #138D3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138D3C is #EC72C3. Grayscale: #5F5F5F. Windows color (decimal): -15495876 or 3968275. OLE color: 3968275.
HSL color Cylindrical-coordinate representation of color #138D3C: hue angle of 140.16º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138D3C is Cyan = 0.87, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 141 | 60 | - |
| CMYK | 0.87 | 0 | 0.57 | 0.45 |
| HSL | 140.16º | 0.76% | 0.31% | - |
| HSV(B) | 140.16º | 0.87% | 0.55% | - |
| XYZ | 10.61 | 19.51 | 7.48 | - |
| YUV | 95.29 | 108.08 | 73.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 141 | 60 | 0.87 | 0 | 0.57 | 0.45 | 140.16 | 0.76 | 0.31 |
| Hex | 13 | 8D | 3C | 57 | 0 | 39 | 2D | 8C | 4C | 1F |
| Octal | 23 | 215 | 74 | 127 | 0 | 71 | 55 | 214 | 114 | 37 |
| Binary | 10011 | 10001101 | 111100 | 1010111 | 0 | 111001 | 101101 | 10001100 | 1001100 | 11111 |
Color Harmonies of #138D3C
Complementary color
Monochromatic Colors of #138D3C
Black with #138D3C
Text Example
Text Example
White with #138D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138D3C; }
p { color: rgb(19,141,60); }
H1.HeaderClassName
{
color: #138D3C;
}
.AnyTagClassName
{
color: #138D3C;
}
</style>
background-color css
<style>
a { background-color: #138D3C; }
a { background-color: rgb(19,141,60); }
div.DivClassName
{
background-color: #138D3C;
}
.BgClassName
{
background-color: #138D3C;
}
</style>
border-color css
<style>
span { border-color: #138D3C; }
span { border-color: rgb(19,141,60); }
td.TdClassName
{
border-color: #138D3C;
}
.TagClassName
{
border-color: #138D3C;
}
</style>