Shades of Salem #138143
Tints of Salem #138143
RGB
CMYK
RGB Variations
Color information
#138143 (or 0x138143) is known color: Salem. HEX triplet: 13, 81 and 43. RGB value is (19,129,67). Sum of RGB (Red+Green+Blue) = 19+129+67=215 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.84% from 215); Green value is 129 (50.78% from 255 or 60% from 215); Blue value is 67 (26.56% from 255 or 31.16% from 215); Max value from RGB is 129 - color contains mainly: green. Hex color #138143 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138143 is #EC7EBC. Grayscale: #595959. Windows color (decimal): -15498941 or 4423955. OLE color: 4423955.
HSL color Cylindrical-coordinate representation of color #138143: hue angle of 146.18º 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 #138143 is Cyan = 0.85, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 129 | 67 | - |
| CMYK | 0.85 | 0 | 0.48 | 0.49 |
| HSL | 146.18º | 0.74% | 0.29% | - |
| HSV(B) | 146.18º | 0.85% | 0.51% | - |
| XYZ | 9.13 | 16.24 | 7.96 | - |
| YUV | 89.04 | 115.56 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 129 | 67 | 0.85 | 0 | 0.48 | 0.49 | 146.18 | 0.74 | 0.29 |
| Hex | 13 | 81 | 43 | 55 | 0 | 30 | 31 | 92 | 4A | 1D |
| Octal | 23 | 201 | 103 | 125 | 0 | 60 | 61 | 222 | 112 | 35 |
| Binary | 10011 | 10000001 | 1000011 | 1010101 | 0 | 110000 | 110001 | 10010010 | 1001010 | 11101 |
Color Harmonies of #138143
Complementary color
Monochromatic Colors of #138143
Black with #138143
Text Example
Text Example
White with #138143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138143; }
p { color: rgb(19,129,67); }
H1.HeaderClassName
{
color: #138143;
}
.AnyTagClassName
{
color: #138143;
}
</style>
background-color css
<style>
a { background-color: #138143; }
a { background-color: rgb(19,129,67); }
div.DivClassName
{
background-color: #138143;
}
.BgClassName
{
background-color: #138143;
}
</style>
border-color css
<style>
span { border-color: #138143; }
span { border-color: rgb(19,129,67); }
td.TdClassName
{
border-color: #138143;
}
.TagClassName
{
border-color: #138143;
}
</style>