Shades of Salem #15933F
Tints of Salem #15933F
RGB
CMYK
RGB Variations
Color information
#15933F (or 0x15933F) is known color: Salem. HEX triplet: 15, 93 and 3F. RGB value is (21,147,63). Sum of RGB (Red+Green+Blue) = 21+147+63=231 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.09% from 231); Green value is 147 (57.81% from 255 or 63.64% from 231); Blue value is 63 (25% from 255 or 27.27% from 231); Max value from RGB is 147 - color contains mainly: green. Hex color #15933F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #15933F is #EA6CC0. Grayscale: #636363. Windows color (decimal): -15363265 or 4166421. OLE color: 4166421.
HSL color Cylindrical-coordinate representation of color #15933F: hue angle of 140º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #15933F is Cyan = 0.86, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 21 | 147 | 63 | - |
| CMYK | 0.86 | 0 | 0.57 | 0.42 |
| HSL | 140º | 0.75% | 0.33% | - |
| HSV(B) | 140º | 0.86% | 0.58% | - |
| XYZ | 11.64 | 21.39 | 8.22 | - |
| YUV | 99.75 | 107.26 | 71.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 147 | 63 | 0.86 | 0 | 0.57 | 0.42 | 140 | 0.75 | 0.33 |
| Hex | 15 | 93 | 3F | 56 | 0 | 39 | 2A | 8C | 4B | 21 |
| Octal | 25 | 223 | 77 | 126 | 0 | 71 | 52 | 214 | 113 | 41 |
| Binary | 10101 | 10010011 | 111111 | 1010110 | 0 | 111001 | 101010 | 10001100 | 1001011 | 100001 |
Color Harmonies of #15933F
Complementary color
Monochromatic Colors of #15933F
Black with #15933F
Text Example
Text Example
White with #15933F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15933F; }
p { color: rgb(21,147,63); }
H1.HeaderClassName
{
color: #15933F;
}
.AnyTagClassName
{
color: #15933F;
}
</style>
background-color css
<style>
a { background-color: #15933F; }
a { background-color: rgb(21,147,63); }
div.DivClassName
{
background-color: #15933F;
}
.BgClassName
{
background-color: #15933F;
}
</style>
border-color css
<style>
span { border-color: #15933F; }
span { border-color: rgb(21,147,63); }
td.TdClassName
{
border-color: #15933F;
}
.TagClassName
{
border-color: #15933F;
}
</style>