Shades of Salem #13853F
Tints of Salem #13853F
RGB
CMYK
RGB Variations
Color information
#13853F (or 0x13853F) is known color: Salem. HEX triplet: 13, 85 and 3F. RGB value is (19,133,63). Sum of RGB (Red+Green+Blue) = 19+133+63=215 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.84% from 215); Green value is 133 (52.34% from 255 or 61.86% from 215); Blue value is 63 (25% from 255 or 29.30% from 215); Max value from RGB is 133 - color contains mainly: green. Hex color #13853F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13853F is #EC7AC0. Grayscale: #5B5B5B. Windows color (decimal): -15497921 or 4162835. OLE color: 4162835.
HSL color Cylindrical-coordinate representation of color #13853F: hue angle of 143.16º 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 #13853F is Cyan = 0.86, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 19 | 133 | 63 | - |
| CMYK | 0.86 | 0 | 0.53 | 0.48 |
| HSL | 143.16º | 0.75% | 0.3% | - |
| HSV(B) | 143.16º | 0.86% | 0.52% | - |
| XYZ | 9.55 | 17.27 | 7.53 | - |
| YUV | 90.93 | 112.23 | 76.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 133 | 63 | 0.86 | 0 | 0.53 | 0.48 | 143.16 | 0.75 | 0.3 |
| Hex | 13 | 85 | 3F | 56 | 0 | 35 | 30 | 8F | 4B | 1E |
| Octal | 23 | 205 | 77 | 126 | 0 | 65 | 60 | 217 | 113 | 36 |
| Binary | 10011 | 10000101 | 111111 | 1010110 | 0 | 110101 | 110000 | 10001111 | 1001011 | 11110 |
Color Harmonies of #13853F
Complementary color
Monochromatic Colors of #13853F
Black with #13853F
Text Example
Text Example
White with #13853F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13853F; }
p { color: rgb(19,133,63); }
H1.HeaderClassName
{
color: #13853F;
}
.AnyTagClassName
{
color: #13853F;
}
</style>
background-color css
<style>
a { background-color: #13853F; }
a { background-color: rgb(19,133,63); }
div.DivClassName
{
background-color: #13853F;
}
.BgClassName
{
background-color: #13853F;
}
</style>
border-color css
<style>
span { border-color: #13853F; }
span { border-color: rgb(19,133,63); }
td.TdClassName
{
border-color: #13853F;
}
.TagClassName
{
border-color: #13853F;
}
</style>