Shades of Salem #13923B
Tints of Salem #13923B
RGB
CMYK
RGB Variations
Color information
#13923B (or 0x13923B) is known color: Salem. HEX triplet: 13, 92 and 3B. RGB value is (19,146,59). Sum of RGB (Red+Green+Blue) = 19+146+59=224 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.48% from 224); Green value is 146 (57.42% from 255 or 65.18% from 224); Blue value is 59 (23.44% from 255 or 26.34% from 224); Max value from RGB is 146 - color contains mainly: green. Hex color #13923B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13923B is #EC6DC4. Grayscale: #626262. Windows color (decimal): -15494597 or 3904019. OLE color: 3904019.
HSL color Cylindrical-coordinate representation of color #13923B: hue angle of 138.9º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13923B is Cyan = 0.87, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 146 | 59 | - |
| CMYK | 0.87 | 0 | 0.60 | 0.43 |
| HSL | 138.9º | 0.77% | 0.32% | - |
| HSV(B) | 138.9º | 0.87% | 0.57% | - |
| XYZ | 11.34 | 21.01 | 7.6 | - |
| YUV | 98.11 | 105.92 | 71.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 146 | 59 | 0.87 | 0 | 0.60 | 0.43 | 138.9 | 0.77 | 0.32 |
| Hex | 13 | 92 | 3B | 57 | 0 | 3C | 2B | 8B | 4D | 20 |
| Octal | 23 | 222 | 73 | 127 | 0 | 74 | 53 | 213 | 115 | 40 |
| Binary | 10011 | 10010010 | 111011 | 1010111 | 0 | 111100 | 101011 | 10001011 | 1001101 | 100000 |
Color Harmonies of #13923B
Complementary color
Monochromatic Colors of #13923B
Black with #13923B
Text Example
Text Example
White with #13923B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13923B; }
p { color: rgb(19,146,59); }
H1.HeaderClassName
{
color: #13923B;
}
.AnyTagClassName
{
color: #13923B;
}
</style>
background-color css
<style>
a { background-color: #13923B; }
a { background-color: rgb(19,146,59); }
div.DivClassName
{
background-color: #13923B;
}
.BgClassName
{
background-color: #13923B;
}
</style>
border-color css
<style>
span { border-color: #13923B; }
span { border-color: rgb(19,146,59); }
td.TdClassName
{
border-color: #13923B;
}
.TagClassName
{
border-color: #13923B;
}
</style>