Shades of Salem #15843F
Tints of Salem #15843F
RGB
CMYK
RGB Variations
Color information
#15843F (or 0x15843F) is known color: Salem. HEX triplet: 15, 84 and 3F. RGB value is (21,132,63). Sum of RGB (Red+Green+Blue) = 21+132+63=216 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.72% from 216); Green value is 132 (51.95% from 255 or 61.11% from 216); Blue value is 63 (25% from 255 or 29.17% from 216); Max value from RGB is 132 - color contains mainly: green. Hex color #15843F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #15843F is #EA7BC0. Grayscale: #5B5B5B. Windows color (decimal): -15367105 or 4162581. OLE color: 4162581.
HSL color Cylindrical-coordinate representation of color #15843F: hue angle of 142.7º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #15843F is Cyan = 0.84, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 21 | 132 | 63 | - |
| CMYK | 0.84 | 0 | 0.52 | 0.48 |
| HSL | 142.7º | 0.73% | 0.3% | - |
| HSV(B) | 142.7º | 0.84% | 0.52% | - |
| XYZ | 9.46 | 17.02 | 7.49 | - |
| YUV | 90.95 | 112.23 | 78.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 132 | 63 | 0.84 | 0 | 0.52 | 0.48 | 142.7 | 0.73 | 0.3 |
| Hex | 15 | 84 | 3F | 54 | 0 | 34 | 30 | 8F | 49 | 1E |
| Octal | 25 | 204 | 77 | 124 | 0 | 64 | 60 | 217 | 111 | 36 |
| Binary | 10101 | 10000100 | 111111 | 1010100 | 0 | 110100 | 110000 | 10001111 | 1001001 | 11110 |
Color Harmonies of #15843F
Complementary color
Monochromatic Colors of #15843F
Black with #15843F
Text Example
Text Example
White with #15843F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15843F; }
p { color: rgb(21,132,63); }
H1.HeaderClassName
{
color: #15843F;
}
.AnyTagClassName
{
color: #15843F;
}
</style>
background-color css
<style>
a { background-color: #15843F; }
a { background-color: rgb(21,132,63); }
div.DivClassName
{
background-color: #15843F;
}
.BgClassName
{
background-color: #15843F;
}
</style>
border-color css
<style>
span { border-color: #15843F; }
span { border-color: rgb(21,132,63); }
td.TdClassName
{
border-color: #15843F;
}
.TagClassName
{
border-color: #15843F;
}
</style>