Shades of Salem #15924D
Tints of Salem #15924D
RGB
CMYK
RGB Variations
Color information
#15924D (or 0x15924D) is known color: Salem. HEX triplet: 15, 92 and 4D. RGB value is (21,146,77). Sum of RGB (Red+Green+Blue) = 21+146+77=244 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.61% from 244); Green value is 146 (57.42% from 255 or 59.84% from 244); Blue value is 77 (30.47% from 255 or 31.56% from 244); Max value from RGB is 146 - color contains mainly: green. Hex color #15924D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15924D is #EA6DB2. Grayscale: #646464. Windows color (decimal): -15363507 or 5083669. OLE color: 5083669.
HSL color Cylindrical-coordinate representation of color #15924D: hue angle of 146.88º 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 #15924D is Cyan = 0.86, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 21 | 146 | 77 | - |
| CMYK | 0.86 | 0 | 0.47 | 0.43 |
| HSL | 146.88º | 0.75% | 0.33% | - |
| HSV(B) | 146.88º | 0.86% | 0.57% | - |
| XYZ | 11.93 | 21.25 | 10.49 | - |
| YUV | 100.76 | 114.59 | 71.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 146 | 77 | 0.86 | 0 | 0.47 | 0.43 | 146.88 | 0.75 | 0.33 |
| Hex | 15 | 92 | 4D | 56 | 0 | 2F | 2B | 93 | 4B | 21 |
| Octal | 25 | 222 | 115 | 126 | 0 | 57 | 53 | 223 | 113 | 41 |
| Binary | 10101 | 10010010 | 1001101 | 1010110 | 0 | 101111 | 101011 | 10010011 | 1001011 | 100001 |
Color Harmonies of #15924D
Complementary color
Monochromatic Colors of #15924D
Black with #15924D
Text Example
Text Example
White with #15924D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15924D; }
p { color: rgb(21,146,77); }
H1.HeaderClassName
{
color: #15924D;
}
.AnyTagClassName
{
color: #15924D;
}
</style>
background-color css
<style>
a { background-color: #15924D; }
a { background-color: rgb(21,146,77); }
div.DivClassName
{
background-color: #15924D;
}
.BgClassName
{
background-color: #15924D;
}
</style>
border-color css
<style>
span { border-color: #15924D; }
span { border-color: rgb(21,146,77); }
td.TdClassName
{
border-color: #15924D;
}
.TagClassName
{
border-color: #15924D;
}
</style>