Shades of Salem #13883D
Tints of Salem #13883D
RGB
CMYK
RGB Variations
Color information
#13883D (or 0x13883D) is known color: Salem. HEX triplet: 13, 88 and 3D. RGB value is (19,136,61). Sum of RGB (Red+Green+Blue) = 19+136+61=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 136 (53.52% from 255 or 62.96% from 216); Blue value is 61 (24.22% from 255 or 28.24% from 216); Max value from RGB is 136 - color contains mainly: green. Hex color #13883D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13883D is #EC77C2. Grayscale: #5C5C5C. Windows color (decimal): -15497155 or 4032531. OLE color: 4032531.
HSL color Cylindrical-coordinate representation of color #13883D: hue angle of 141.54º 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 #13883D is Cyan = 0.86, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 136 | 61 | - |
| CMYK | 0.86 | 0 | 0.55 | 0.47 |
| HSL | 141.54º | 0.75% | 0.3% | - |
| HSV(B) | 141.54º | 0.86% | 0.53% | - |
| XYZ | 9.92 | 18.08 | 7.38 | - |
| YUV | 92.47 | 110.24 | 75.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 136 | 61 | 0.86 | 0 | 0.55 | 0.47 | 141.54 | 0.75 | 0.3 |
| Hex | 13 | 88 | 3D | 56 | 0 | 37 | 2F | 8E | 4B | 1E |
| Octal | 23 | 210 | 75 | 126 | 0 | 67 | 57 | 216 | 113 | 36 |
| Binary | 10011 | 10001000 | 111101 | 1010110 | 0 | 110111 | 101111 | 10001110 | 1001011 | 11110 |
Color Harmonies of #13883D
Complementary color
Monochromatic Colors of #13883D
Black with #13883D
Text Example
Text Example
White with #13883D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13883D; }
p { color: rgb(19,136,61); }
H1.HeaderClassName
{
color: #13883D;
}
.AnyTagClassName
{
color: #13883D;
}
</style>
background-color css
<style>
a { background-color: #13883D; }
a { background-color: rgb(19,136,61); }
div.DivClassName
{
background-color: #13883D;
}
.BgClassName
{
background-color: #13883D;
}
</style>
border-color css
<style>
span { border-color: #13883D; }
span { border-color: rgb(19,136,61); }
td.TdClassName
{
border-color: #13883D;
}
.TagClassName
{
border-color: #13883D;
}
</style>