Shades of Salem #13824D
Tints of Salem #13824D
RGB
CMYK
RGB Variations
Color information
#13824D (or 0x13824D) is known color: Salem. HEX triplet: 13, 82 and 4D. RGB value is (19,130,77). Sum of RGB (Red+Green+Blue) = 19+130+77=226 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.41% from 226); Green value is 130 (51.17% from 255 or 57.52% from 226); Blue value is 77 (30.47% from 255 or 34.07% from 226); Max value from RGB is 130 - color contains mainly: green. Hex color #13824D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13824D is #EC7DB2. Grayscale: #5A5A5A. Windows color (decimal): -15498675 or 5079571. OLE color: 5079571.
HSL color Cylindrical-coordinate representation of color #13824D: hue angle of 151.35º degrees, saturation: 0.74, 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 #13824D is Cyan = 0.85, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 130 | 77 | - |
| CMYK | 0.85 | 0 | 0.41 | 0.49 |
| HSL | 151.35º | 0.74% | 0.29% | - |
| HSV(B) | 151.35º | 0.85% | 0.51% | - |
| XYZ | 9.59 | 16.64 | 9.73 | - |
| YUV | 90.77 | 120.23 | 76.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 130 | 77 | 0.85 | 0 | 0.41 | 0.49 | 151.35 | 0.74 | 0.29 |
| Hex | 13 | 82 | 4D | 55 | 0 | 29 | 31 | 97 | 4A | 1D |
| Octal | 23 | 202 | 115 | 125 | 0 | 51 | 61 | 227 | 112 | 35 |
| Binary | 10011 | 10000010 | 1001101 | 1010101 | 0 | 101001 | 110001 | 10010111 | 1001010 | 11101 |
Color Harmonies of #13824D
Complementary color
Monochromatic Colors of #13824D
Black with #13824D
Text Example
Text Example
White with #13824D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13824D; }
p { color: rgb(19,130,77); }
H1.HeaderClassName
{
color: #13824D;
}
.AnyTagClassName
{
color: #13824D;
}
</style>
background-color css
<style>
a { background-color: #13824D; }
a { background-color: rgb(19,130,77); }
div.DivClassName
{
background-color: #13824D;
}
.BgClassName
{
background-color: #13824D;
}
</style>
border-color css
<style>
span { border-color: #13824D; }
span { border-color: rgb(19,130,77); }
td.TdClassName
{
border-color: #13824D;
}
.TagClassName
{
border-color: #13824D;
}
</style>