Shades of Salem #138443
Tints of Salem #138443
RGB
CMYK
RGB Variations
Color information
#138443 (or 0x138443) is known color: Salem. HEX triplet: 13, 84 and 43. RGB value is (19,132,67). Sum of RGB (Red+Green+Blue) = 19+132+67=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 132 (51.95% from 255 or 60.55% from 218); Blue value is 67 (26.56% from 255 or 30.73% from 218); Max value from RGB is 132 - color contains mainly: green. Hex color #138443 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138443 is #EC7BBC. Grayscale: #5A5A5A. Windows color (decimal): -15498173 or 4424723. OLE color: 4424723.
HSL color Cylindrical-coordinate representation of color #138443: hue angle of 145.49º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138443 is Cyan = 0.86, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 19 | 132 | 67 | - |
| CMYK | 0.86 | 0 | 0.49 | 0.48 |
| HSL | 145.49º | 0.75% | 0.3% | - |
| HSV(B) | 145.49º | 0.86% | 0.52% | - |
| XYZ | 9.53 | 17.05 | 8.1 | - |
| YUV | 90.8 | 114.56 | 76.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 132 | 67 | 0.86 | 0 | 0.49 | 0.48 | 145.49 | 0.75 | 0.3 |
| Hex | 13 | 84 | 43 | 56 | 0 | 31 | 30 | 91 | 4B | 1E |
| Octal | 23 | 204 | 103 | 126 | 0 | 61 | 60 | 221 | 113 | 36 |
| Binary | 10011 | 10000100 | 1000011 | 1010110 | 0 | 110001 | 110000 | 10010001 | 1001011 | 11110 |
Color Harmonies of #138443
Complementary color
Monochromatic Colors of #138443
Black with #138443
Text Example
Text Example
White with #138443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138443; }
p { color: rgb(19,132,67); }
H1.HeaderClassName
{
color: #138443;
}
.AnyTagClassName
{
color: #138443;
}
</style>
background-color css
<style>
a { background-color: #138443; }
a { background-color: rgb(19,132,67); }
div.DivClassName
{
background-color: #138443;
}
.BgClassName
{
background-color: #138443;
}
</style>
border-color css
<style>
span { border-color: #138443; }
span { border-color: rgb(19,132,67); }
td.TdClassName
{
border-color: #138443;
}
.TagClassName
{
border-color: #138443;
}
</style>