Shades of Salem #138949
Tints of Salem #138949
RGB
CMYK
RGB Variations
Color information
#138949 (or 0x138949) is known color: Salem. HEX triplet: 13, 89 and 49. RGB value is (19,137,73). Sum of RGB (Red+Green+Blue) = 19+137+73=229 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.30% from 229); Green value is 137 (53.91% from 255 or 59.83% from 229); Blue value is 73 (28.91% from 255 or 31.88% from 229); Max value from RGB is 137 - color contains mainly: green. Hex color #138949 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138949 is #EC76B6. Grayscale: #5E5E5E. Windows color (decimal): -15496887 or 4819219. OLE color: 4819219.
HSL color Cylindrical-coordinate representation of color #138949: hue angle of 147.46º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138949 is Cyan = 0.86, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 137 | 73 | - |
| CMYK | 0.86 | 0 | 0.47 | 0.46 |
| HSL | 147.46º | 0.76% | 0.31% | - |
| HSV(B) | 147.46º | 0.86% | 0.54% | - |
| XYZ | 10.42 | 18.51 | 9.33 | - |
| YUV | 94.42 | 115.91 | 74.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 137 | 73 | 0.86 | 0 | 0.47 | 0.46 | 147.46 | 0.76 | 0.31 |
| Hex | 13 | 89 | 49 | 56 | 0 | 2F | 2E | 93 | 4C | 1F |
| Octal | 23 | 211 | 111 | 126 | 0 | 57 | 56 | 223 | 114 | 37 |
| Binary | 10011 | 10001001 | 1001001 | 1010110 | 0 | 101111 | 101110 | 10010011 | 1001100 | 11111 |
Color Harmonies of #138949
Complementary color
Monochromatic Colors of #138949
Black with #138949
Text Example
Text Example
White with #138949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138949; }
p { color: rgb(19,137,73); }
H1.HeaderClassName
{
color: #138949;
}
.AnyTagClassName
{
color: #138949;
}
</style>
background-color css
<style>
a { background-color: #138949; }
a { background-color: rgb(19,137,73); }
div.DivClassName
{
background-color: #138949;
}
.BgClassName
{
background-color: #138949;
}
</style>
border-color css
<style>
span { border-color: #138949; }
span { border-color: rgb(19,137,73); }
td.TdClassName
{
border-color: #138949;
}
.TagClassName
{
border-color: #138949;
}
</style>