Shades of Salem #138146
Tints of Salem #138146
RGB
CMYK
RGB Variations
Color information
#138146 (or 0x138146) is known color: Salem. HEX triplet: 13, 81 and 46. RGB value is (19,129,70). Sum of RGB (Red+Green+Blue) = 19+129+70=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 129 (50.78% from 255 or 59.17% from 218); Blue value is 70 (27.73% from 255 or 32.11% from 218); Max value from RGB is 129 - color contains mainly: green. Hex color #138146 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138146 is #EC7EB9. Grayscale: #595959. Windows color (decimal): -15498938 or 4620563. OLE color: 4620563.
HSL color Cylindrical-coordinate representation of color #138146: hue angle of 147.82º degrees, saturation: 0.74, 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 #138146 is Cyan = 0.85, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 129 | 70 | - |
| CMYK | 0.85 | 0 | 0.46 | 0.49 |
| HSL | 147.82º | 0.74% | 0.29% | - |
| HSV(B) | 147.82º | 0.85% | 0.51% | - |
| XYZ | 9.22 | 16.28 | 8.45 | - |
| YUV | 89.38 | 117.06 | 77.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 129 | 70 | 0.85 | 0 | 0.46 | 0.49 | 147.82 | 0.74 | 0.29 |
| Hex | 13 | 81 | 46 | 55 | 0 | 2E | 31 | 94 | 4A | 1D |
| Octal | 23 | 201 | 106 | 125 | 0 | 56 | 61 | 224 | 112 | 35 |
| Binary | 10011 | 10000001 | 1000110 | 1010101 | 0 | 101110 | 110001 | 10010100 | 1001010 | 11101 |
Color Harmonies of #138146
Complementary color
Monochromatic Colors of #138146
Black with #138146
Text Example
Text Example
White with #138146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138146; }
p { color: rgb(19,129,70); }
H1.HeaderClassName
{
color: #138146;
}
.AnyTagClassName
{
color: #138146;
}
</style>
background-color css
<style>
a { background-color: #138146; }
a { background-color: rgb(19,129,70); }
div.DivClassName
{
background-color: #138146;
}
.BgClassName
{
background-color: #138146;
}
</style>
border-color css
<style>
span { border-color: #138146; }
span { border-color: rgb(19,129,70); }
td.TdClassName
{
border-color: #138146;
}
.TagClassName
{
border-color: #138146;
}
</style>