Shades of Salem #138346
Tints of Salem #138346
RGB
CMYK
RGB Variations
Color information
#138346 (or 0x138346) is known color: Salem. HEX triplet: 13, 83 and 46. RGB value is (19,131,70). Sum of RGB (Red+Green+Blue) = 19+131+70=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 131 (51.56% from 255 or 59.55% from 220); Blue value is 70 (27.73% from 255 or 31.82% from 220); Max value from RGB is 131 - color contains mainly: green. Hex color #138346 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138346 is #EC7CB9. Grayscale: #5A5A5A. Windows color (decimal): -15498426 or 4621075. OLE color: 4621075.
HSL color Cylindrical-coordinate representation of color #138346: hue angle of 147.32º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #138346 is Cyan = 0.85, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 131 | 70 | - |
| CMYK | 0.85 | 0 | 0.47 | 0.49 |
| HSL | 147.32º | 0.75% | 0.29% | - |
| HSV(B) | 147.32º | 0.85% | 0.51% | - |
| XYZ | 9.49 | 16.81 | 8.54 | - |
| YUV | 90.56 | 116.39 | 76.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 131 | 70 | 0.85 | 0 | 0.47 | 0.49 | 147.32 | 0.75 | 0.29 |
| Hex | 13 | 83 | 46 | 55 | 0 | 2F | 31 | 93 | 4B | 1D |
| Octal | 23 | 203 | 106 | 125 | 0 | 57 | 61 | 223 | 113 | 35 |
| Binary | 10011 | 10000011 | 1000110 | 1010101 | 0 | 101111 | 110001 | 10010011 | 1001011 | 11101 |
Color Harmonies of #138346
Complementary color
Monochromatic Colors of #138346
Black with #138346
Text Example
Text Example
White with #138346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138346; }
p { color: rgb(19,131,70); }
H1.HeaderClassName
{
color: #138346;
}
.AnyTagClassName
{
color: #138346;
}
</style>
background-color css
<style>
a { background-color: #138346; }
a { background-color: rgb(19,131,70); }
div.DivClassName
{
background-color: #138346;
}
.BgClassName
{
background-color: #138346;
}
</style>
border-color css
<style>
span { border-color: #138346; }
span { border-color: rgb(19,131,70); }
td.TdClassName
{
border-color: #138346;
}
.TagClassName
{
border-color: #138346;
}
</style>