Shades of Salem #138349
Tints of Salem #138349
RGB
CMYK
RGB Variations
Color information
#138349 (or 0x138349) is known color: Salem. HEX triplet: 13, 83 and 49. RGB value is (19,131,73). Sum of RGB (Red+Green+Blue) = 19+131+73=223 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.52% from 223); Green value is 131 (51.56% from 255 or 58.74% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 131 - color contains mainly: green. Hex color #138349 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138349 is #EC7CB6. Grayscale: #5B5B5B. Windows color (decimal): -15498423 or 4817683. OLE color: 4817683.
HSL color Cylindrical-coordinate representation of color #138349: hue angle of 148.93º degrees, saturation: 0.75, 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 #138349 is Cyan = 0.85, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 131 | 73 | - |
| CMYK | 0.85 | 0 | 0.44 | 0.49 |
| HSL | 148.93º | 0.75% | 0.29% | - |
| HSV(B) | 148.93º | 0.85% | 0.51% | - |
| XYZ | 9.59 | 16.85 | 9.05 | - |
| YUV | 90.9 | 117.89 | 76.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 131 | 73 | 0.85 | 0 | 0.44 | 0.49 | 148.93 | 0.75 | 0.29 |
| Hex | 13 | 83 | 49 | 55 | 0 | 2C | 31 | 95 | 4B | 1D |
| Octal | 23 | 203 | 111 | 125 | 0 | 54 | 61 | 225 | 113 | 35 |
| Binary | 10011 | 10000011 | 1001001 | 1010101 | 0 | 101100 | 110001 | 10010101 | 1001011 | 11101 |
Color Harmonies of #138349
Complementary color
Monochromatic Colors of #138349
Black with #138349
Text Example
Text Example
White with #138349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138349; }
p { color: rgb(19,131,73); }
H1.HeaderClassName
{
color: #138349;
}
.AnyTagClassName
{
color: #138349;
}
</style>
background-color css
<style>
a { background-color: #138349; }
a { background-color: rgb(19,131,73); }
div.DivClassName
{
background-color: #138349;
}
.BgClassName
{
background-color: #138349;
}
</style>
border-color css
<style>
span { border-color: #138349; }
span { border-color: rgb(19,131,73); }
td.TdClassName
{
border-color: #138349;
}
.TagClassName
{
border-color: #138349;
}
</style>