Shades of Salem #15944E
Tints of Salem #15944E
RGB
CMYK
RGB Variations
Color information
#15944E (or 0x15944E) is known color: Salem. HEX triplet: 15, 94 and 4E. RGB value is (21,148,78). Sum of RGB (Red+Green+Blue) = 21+148+78=247 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.50% from 247); Green value is 148 (58.20% from 255 or 59.92% from 247); Blue value is 78 (30.86% from 255 or 31.58% from 247); Max value from RGB is 148 - color contains mainly: green. Hex color #15944E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15944E is #EA6BB1. Grayscale: #666666. Windows color (decimal): -15362994 or 5149717. OLE color: 5149717.
HSL color Cylindrical-coordinate representation of color #15944E: hue angle of 146.93º 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 #15944E is Cyan = 0.86, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 21 | 148 | 78 | - |
| CMYK | 0.86 | 0 | 0.47 | 0.42 |
| HSL | 146.93º | 0.75% | 0.33% | - |
| HSV(B) | 146.93º | 0.86% | 0.58% | - |
| XYZ | 12.27 | 21.89 | 10.79 | - |
| YUV | 102.05 | 114.42 | 70.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 148 | 78 | 0.86 | 0 | 0.47 | 0.42 | 146.93 | 0.75 | 0.33 |
| Hex | 15 | 94 | 4E | 56 | 0 | 2F | 2A | 93 | 4B | 21 |
| Octal | 25 | 224 | 116 | 126 | 0 | 57 | 52 | 223 | 113 | 41 |
| Binary | 10101 | 10010100 | 1001110 | 1010110 | 0 | 101111 | 101010 | 10010011 | 1001011 | 100001 |
Color Harmonies of #15944E
Complementary color
Monochromatic Colors of #15944E
Black with #15944E
Text Example
Text Example
White with #15944E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15944E; }
p { color: rgb(21,148,78); }
H1.HeaderClassName
{
color: #15944E;
}
.AnyTagClassName
{
color: #15944E;
}
</style>
background-color css
<style>
a { background-color: #15944E; }
a { background-color: rgb(21,148,78); }
div.DivClassName
{
background-color: #15944E;
}
.BgClassName
{
background-color: #15944E;
}
</style>
border-color css
<style>
span { border-color: #15944E; }
span { border-color: rgb(21,148,78); }
td.TdClassName
{
border-color: #15944E;
}
.TagClassName
{
border-color: #15944E;
}
</style>