Shades of Salem #13724C
Tints of Salem #13724C
RGB
CMYK
RGB Variations
Color information
#13724C (or 0x13724C) is known color: Salem. HEX triplet: 13, 72 and 4C. RGB value is (19,114,76). Sum of RGB (Red+Green+Blue) = 19+114+76=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 114 (44.92% from 255 or 54.55% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 114 - color contains mainly: green. Hex color #13724C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13724C is #EC8DB3. Grayscale: #515151. Windows color (decimal): -15502772 or 5009939. OLE color: 5009939.
HSL color Cylindrical-coordinate representation of color #13724C: hue angle of 156º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13724C is Cyan = 0.83, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 114 | 76 | - |
| CMYK | 0.83 | 0 | 0.33 | 0.55 |
| HSL | 156º | 0.71% | 0.26% | - |
| HSV(B) | 156º | 0.83% | 0.45% | - |
| XYZ | 7.59 | 12.69 | 8.89 | - |
| YUV | 81.26 | 125.03 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 114 | 76 | 0.83 | 0 | 0.33 | 0.55 | 156 | 0.71 | 0.26 |
| Hex | 13 | 72 | 4C | 53 | 0 | 21 | 37 | 9C | 47 | 1A |
| Octal | 23 | 162 | 114 | 123 | 0 | 41 | 67 | 234 | 107 | 32 |
| Binary | 10011 | 1110010 | 1001100 | 1010011 | 0 | 100001 | 110111 | 10011100 | 1000111 | 11010 |
Color Harmonies of #13724C
Complementary color
Monochromatic Colors of #13724C
Black with #13724C
Text Example
Text Example
White with #13724C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13724C; }
p { color: rgb(19,114,76); }
H1.HeaderClassName
{
color: #13724C;
}
.AnyTagClassName
{
color: #13724C;
}
</style>
background-color css
<style>
a { background-color: #13724C; }
a { background-color: rgb(19,114,76); }
div.DivClassName
{
background-color: #13724C;
}
.BgClassName
{
background-color: #13724C;
}
</style>
border-color css
<style>
span { border-color: #13724C; }
span { border-color: rgb(19,114,76); }
td.TdClassName
{
border-color: #13724C;
}
.TagClassName
{
border-color: #13724C;
}
</style>