Shades of Salem #13873C
Tints of Salem #13873C
RGB
CMYK
RGB Variations
Color information
#13873C (or 0x13873C) is known color: Salem. HEX triplet: 13, 87 and 3C. RGB value is (19,135,60). Sum of RGB (Red+Green+Blue) = 19+135+60=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 135 (53.12% from 255 or 63.08% from 214); Blue value is 60 (23.83% from 255 or 28.04% from 214); Max value from RGB is 135 - color contains mainly: green. Hex color #13873C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13873C is #EC78C3. Grayscale: #5B5B5B. Windows color (decimal): -15497412 or 3966739. OLE color: 3966739.
HSL color Cylindrical-coordinate representation of color #13873C: hue angle of 141.21º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13873C is Cyan = 0.86, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 135 | 60 | - |
| CMYK | 0.86 | 0 | 0.56 | 0.47 |
| HSL | 141.21º | 0.75% | 0.3% | - |
| HSV(B) | 141.21º | 0.86% | 0.53% | - |
| XYZ | 9.75 | 17.79 | 7.2 | - |
| YUV | 91.77 | 110.07 | 76.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 135 | 60 | 0.86 | 0 | 0.56 | 0.47 | 141.21 | 0.75 | 0.3 |
| Hex | 13 | 87 | 3C | 56 | 0 | 38 | 2F | 8D | 4B | 1E |
| Octal | 23 | 207 | 74 | 126 | 0 | 70 | 57 | 215 | 113 | 36 |
| Binary | 10011 | 10000111 | 111100 | 1010110 | 0 | 111000 | 101111 | 10001101 | 1001011 | 11110 |
Color Harmonies of #13873C
Complementary color
Monochromatic Colors of #13873C
Black with #13873C
Text Example
Text Example
White with #13873C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13873C; }
p { color: rgb(19,135,60); }
H1.HeaderClassName
{
color: #13873C;
}
.AnyTagClassName
{
color: #13873C;
}
</style>
background-color css
<style>
a { background-color: #13873C; }
a { background-color: rgb(19,135,60); }
div.DivClassName
{
background-color: #13873C;
}
.BgClassName
{
background-color: #13873C;
}
</style>
border-color css
<style>
span { border-color: #13873C; }
span { border-color: rgb(19,135,60); }
td.TdClassName
{
border-color: #13873C;
}
.TagClassName
{
border-color: #13873C;
}
</style>