Shades of Salem #15913F
Tints of Salem #15913F
RGB
CMYK
RGB Variations
Color information
#15913F (or 0x15913F) is known color: Salem. HEX triplet: 15, 91 and 3F. RGB value is (21,145,63). Sum of RGB (Red+Green+Blue) = 21+145+63=229 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.17% from 229); Green value is 145 (57.03% from 255 or 63.32% from 229); Blue value is 63 (25% from 255 or 27.51% from 229); Max value from RGB is 145 - color contains mainly: green. Hex color #15913F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #15913F is #EA6EC0. Grayscale: #626262. Windows color (decimal): -15363777 or 4165909. OLE color: 4165909.
HSL color Cylindrical-coordinate representation of color #15913F: hue angle of 140.32º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #15913F is Cyan = 0.86, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 21 | 145 | 63 | - |
| CMYK | 0.86 | 0 | 0.57 | 0.43 |
| HSL | 140.32º | 0.75% | 0.33% | - |
| HSV(B) | 140.32º | 0.86% | 0.57% | - |
| XYZ | 11.33 | 20.77 | 8.11 | - |
| YUV | 98.58 | 107.92 | 72.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 145 | 63 | 0.86 | 0 | 0.57 | 0.43 | 140.32 | 0.75 | 0.33 |
| Hex | 15 | 91 | 3F | 56 | 0 | 39 | 2B | 8C | 4B | 21 |
| Octal | 25 | 221 | 77 | 126 | 0 | 71 | 53 | 214 | 113 | 41 |
| Binary | 10101 | 10010001 | 111111 | 1010110 | 0 | 111001 | 101011 | 10001100 | 1001011 | 100001 |
Color Harmonies of #15913F
Complementary color
Monochromatic Colors of #15913F
Black with #15913F
Text Example
Text Example
White with #15913F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15913F; }
p { color: rgb(21,145,63); }
H1.HeaderClassName
{
color: #15913F;
}
.AnyTagClassName
{
color: #15913F;
}
</style>
background-color css
<style>
a { background-color: #15913F; }
a { background-color: rgb(21,145,63); }
div.DivClassName
{
background-color: #15913F;
}
.BgClassName
{
background-color: #15913F;
}
</style>
border-color css
<style>
span { border-color: #15913F; }
span { border-color: rgb(21,145,63); }
td.TdClassName
{
border-color: #15913F;
}
.TagClassName
{
border-color: #15913F;
}
</style>