Shades of Salem #13883C
Tints of Salem #13883C
RGB
CMYK
RGB Variations
Color information
#13883C (or 0x13883C) is known color: Salem. HEX triplet: 13, 88 and 3C. RGB value is (19,136,60). Sum of RGB (Red+Green+Blue) = 19+136+60=215 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.84% from 215); Green value is 136 (53.52% from 255 or 63.26% from 215); Blue value is 60 (23.83% from 255 or 27.91% from 215); Max value from RGB is 136 - color contains mainly: green. Hex color #13883C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13883C is #EC77C3. Grayscale: #5C5C5C. Windows color (decimal): -15497156 or 3966995. OLE color: 3966995.
HSL color Cylindrical-coordinate representation of color #13883C: hue angle of 141.03º 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 #13883C is Cyan = 0.86, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 136 | 60 | - |
| CMYK | 0.86 | 0 | 0.56 | 0.47 |
| HSL | 141.03º | 0.75% | 0.3% | - |
| HSV(B) | 141.03º | 0.86% | 0.53% | - |
| XYZ | 9.89 | 18.07 | 7.24 | - |
| YUV | 92.35 | 109.74 | 75.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 136 | 60 | 0.86 | 0 | 0.56 | 0.47 | 141.03 | 0.75 | 0.3 |
| Hex | 13 | 88 | 3C | 56 | 0 | 38 | 2F | 8D | 4B | 1E |
| Octal | 23 | 210 | 74 | 126 | 0 | 70 | 57 | 215 | 113 | 36 |
| Binary | 10011 | 10001000 | 111100 | 1010110 | 0 | 111000 | 101111 | 10001101 | 1001011 | 11110 |
Color Harmonies of #13883C
Complementary color
Monochromatic Colors of #13883C
Black with #13883C
Text Example
Text Example
White with #13883C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13883C; }
p { color: rgb(19,136,60); }
H1.HeaderClassName
{
color: #13883C;
}
.AnyTagClassName
{
color: #13883C;
}
</style>
background-color css
<style>
a { background-color: #13883C; }
a { background-color: rgb(19,136,60); }
div.DivClassName
{
background-color: #13883C;
}
.BgClassName
{
background-color: #13883C;
}
</style>
border-color css
<style>
span { border-color: #13883C; }
span { border-color: rgb(19,136,60); }
td.TdClassName
{
border-color: #13883C;
}
.TagClassName
{
border-color: #13883C;
}
</style>