Shades of Salem #13764D
Tints of Salem #13764D
RGB
CMYK
RGB Variations
Color information
#13764D (or 0x13764D) is known color: Salem. HEX triplet: 13, 76 and 4D. RGB value is (19,118,77). Sum of RGB (Red+Green+Blue) = 19+118+77=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 118 (46.48% from 255 or 55.14% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 118 - color contains mainly: green. Hex color #13764D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13764D is #EC89B2. Grayscale: #535353. Windows color (decimal): -15501747 or 5076499. OLE color: 5076499.
HSL color Cylindrical-coordinate representation of color #13764D: hue angle of 155.15º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #13764D is Cyan = 0.84, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 19 | 118 | 77 | - |
| CMYK | 0.84 | 0 | 0.35 | 0.54 |
| HSL | 155.15º | 0.72% | 0.27% | - |
| HSV(B) | 155.15º | 0.84% | 0.46% | - |
| XYZ | 8.09 | 13.63 | 9.23 | - |
| YUV | 83.73 | 124.2 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 118 | 77 | 0.84 | 0 | 0.35 | 0.54 | 155.15 | 0.72 | 0.27 |
| Hex | 13 | 76 | 4D | 54 | 0 | 23 | 36 | 9B | 48 | 1B |
| Octal | 23 | 166 | 115 | 124 | 0 | 43 | 66 | 233 | 110 | 33 |
| Binary | 10011 | 1110110 | 1001101 | 1010100 | 0 | 100011 | 110110 | 10011011 | 1001000 | 11011 |
Color Harmonies of #13764D
Complementary color
Monochromatic Colors of #13764D
Black with #13764D
Text Example
Text Example
White with #13764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13764D; }
p { color: rgb(19,118,77); }
H1.HeaderClassName
{
color: #13764D;
}
.AnyTagClassName
{
color: #13764D;
}
</style>
background-color css
<style>
a { background-color: #13764D; }
a { background-color: rgb(19,118,77); }
div.DivClassName
{
background-color: #13764D;
}
.BgClassName
{
background-color: #13764D;
}
</style>
border-color css
<style>
span { border-color: #13764D; }
span { border-color: rgb(19,118,77); }
td.TdClassName
{
border-color: #13764D;
}
.TagClassName
{
border-color: #13764D;
}
</style>