Shades of Salem #138549
Tints of Salem #138549
RGB
CMYK
RGB Variations
Color information
#138549 (or 0x138549) is known color: Salem. HEX triplet: 13, 85 and 49. RGB value is (19,133,73). Sum of RGB (Red+Green+Blue) = 19+133+73=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 133 (52.34% from 255 or 59.11% from 225); Blue value is 73 (28.91% from 255 or 32.44% from 225); Max value from RGB is 133 - color contains mainly: green. Hex color #138549 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138549 is #EC7AB6. Grayscale: #5C5C5C. Windows color (decimal): -15497911 or 4818195. OLE color: 4818195.
HSL color Cylindrical-coordinate representation of color #138549: hue angle of 148.42º 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 #138549 is Cyan = 0.86, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 19 | 133 | 73 | - |
| CMYK | 0.86 | 0 | 0.45 | 0.48 |
| HSL | 148.42º | 0.75% | 0.3% | - |
| HSV(B) | 148.42º | 0.86% | 0.52% | - |
| XYZ | 9.86 | 17.39 | 9.14 | - |
| YUV | 92.07 | 117.23 | 75.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 133 | 73 | 0.86 | 0 | 0.45 | 0.48 | 148.42 | 0.75 | 0.3 |
| Hex | 13 | 85 | 49 | 56 | 0 | 2D | 30 | 94 | 4B | 1E |
| Octal | 23 | 205 | 111 | 126 | 0 | 55 | 60 | 224 | 113 | 36 |
| Binary | 10011 | 10000101 | 1001001 | 1010110 | 0 | 101101 | 110000 | 10010100 | 1001011 | 11110 |
Color Harmonies of #138549
Complementary color
Monochromatic Colors of #138549
Black with #138549
Text Example
Text Example
White with #138549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138549; }
p { color: rgb(19,133,73); }
H1.HeaderClassName
{
color: #138549;
}
.AnyTagClassName
{
color: #138549;
}
</style>
background-color css
<style>
a { background-color: #138549; }
a { background-color: rgb(19,133,73); }
div.DivClassName
{
background-color: #138549;
}
.BgClassName
{
background-color: #138549;
}
</style>
border-color css
<style>
span { border-color: #138549; }
span { border-color: rgb(19,133,73); }
td.TdClassName
{
border-color: #138549;
}
.TagClassName
{
border-color: #138549;
}
</style>