Shades of Salem #13824B
Tints of Salem #13824B
RGB
CMYK
RGB Variations
Color information
#13824B (or 0x13824B) is known color: Salem. HEX triplet: 13, 82 and 4B. RGB value is (19,130,75). Sum of RGB (Red+Green+Blue) = 19+130+75=224 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.48% from 224); Green value is 130 (51.17% from 255 or 58.04% from 224); Blue value is 75 (29.69% from 255 or 33.48% from 224); Max value from RGB is 130 - color contains mainly: green. Hex color #13824B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13824B is #EC7DB4. Grayscale: #5A5A5A. Windows color (decimal): -15498677 or 4948499. OLE color: 4948499.
HSL color Cylindrical-coordinate representation of color #13824B: hue angle of 150.27º 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 #13824B is Cyan = 0.85, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 130 | 75 | - |
| CMYK | 0.85 | 0 | 0.42 | 0.49 |
| HSL | 150.27º | 0.74% | 0.29% | - |
| HSV(B) | 150.27º | 0.85% | 0.51% | - |
| XYZ | 9.52 | 16.61 | 9.36 | - |
| YUV | 90.54 | 119.23 | 76.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 130 | 75 | 0.85 | 0 | 0.42 | 0.49 | 150.27 | 0.74 | 0.29 |
| Hex | 13 | 82 | 4B | 55 | 0 | 2A | 31 | 96 | 4A | 1D |
| Octal | 23 | 202 | 113 | 125 | 0 | 52 | 61 | 226 | 112 | 35 |
| Binary | 10011 | 10000010 | 1001011 | 1010101 | 0 | 101010 | 110001 | 10010110 | 1001010 | 11101 |
Color Harmonies of #13824B
Complementary color
Monochromatic Colors of #13824B
Black with #13824B
Text Example
Text Example
White with #13824B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13824B; }
p { color: rgb(19,130,75); }
H1.HeaderClassName
{
color: #13824B;
}
.AnyTagClassName
{
color: #13824B;
}
</style>
background-color css
<style>
a { background-color: #13824B; }
a { background-color: rgb(19,130,75); }
div.DivClassName
{
background-color: #13824B;
}
.BgClassName
{
background-color: #13824B;
}
</style>
border-color css
<style>
span { border-color: #13824B; }
span { border-color: rgb(19,130,75); }
td.TdClassName
{
border-color: #13824B;
}
.TagClassName
{
border-color: #13824B;
}
</style>